Hi, I want some help to find two site templates how to check which template is installed on any wordpress site ? Video or link will be appreciative.
Hello there, The best way is to check the Website Source Code.. if the webmaster leave the Theme name so you can check it on Google but if He/she modify the theme name so no way to know which one is used... Goodluck
Every wp contains a style.css file. And theme's info is included at that file by default. If the owner remove the data you may not be able to know which theme is it. If you use Chrome press CTRL+U to see the source code and the CTRL+F to find .style.css
See the source code of a site. Watch the header TAG link rel style sheet row. There you will see wp-content/themes/yourTheme
Free online Tool which will display a whole lot of information about the WordPress theme and plugins being used. And more. http://www.wpthemedetector.com/ Enter URL and press the button. I hope this will help you.