Often hear friends asked: "How to identify the WP site", "How to view the topic of WP website", "How to Identify WordPress", "WordPress Theme Query" Today to say a way
The original link: How to judge the site is not WordPress do and WP theme is what?
1. View source code judging worpress website and themes
WordPress has its own specific site structure, such as Wp-admin, Wp-content, wp-includes these three folders are necessary, and the theme is stored in the Wp-content folder inside the themes folder inside, You can therefore determine whether the WordPress site and WP theme are the same by looking at the paths to these directories.
To my blog imhunk.com for example, with chrome open home, right-check, you can open the open source code to view the panel, input ctrl+f opened the search box, enter the wp-content will automatically search, if there is a search result is the WordPress site, If there is no search results, it is not a WordPress site.
As shown, the theme is wp-content/themes/behind the newhunk, this theme I Am I adapted from other topics, so renamed.
2. Use the Web site to view
http://whatwpthemeisthat.com/Enter this website, enter the website domain name, can see whether it is WordPress website and its theme is what
For example, can be queried out, imiker.com is not made by WP
And my blog imhunk.com is WP do, and the theme is Newhunk, very convenient.
How to judge the site is not WordPress do and WP theme is what?