Is-this-wordpress-website

WordPress is the ideal platform to run almost any type of website, it works for corporate websites, personal blogs, portfolio sites for freelancers, eCommerce sites and online magazines. Nearly, 65% of the most highly ranked websites in the known web run on WordPress.
WordPress is by far one of the most widely recognized Content Management Systems. You can use WordPress to create efficient web platforms with great design and deliver content in the form of text and media to your audiences. The level of customizability that WordPress brings to the party and makes available to the non-tech savvy web admin is one of the reasons for its success as the most popular Content Management System.
The reasons for finding out whether a website runs on WordPress or not could vary from one end of the spectrum to the other. May be you are learning to become a web developer and would like to find out if certain features can be added to a WordPress site. Or may be you’re a web entrepreneur and are looking for a talented web developer who can customize WordPress websites for you, and you chance upon a website which has a great design and like a lot.
It is nigh impossible to figure out if a website is running on WordPress or not by just looking at the website. If you are WordPress enthusiast and would like to find out which of your favorite websites run on WordPress, then there are a quite a number of ways to do just that.
Before we get started, always remember to scroll down to the bottom of a webpage you are interested in and look for “powered by WordPress“. This seems pretty obvious but I tend to forget it from time to time. Although many websites remove this, you’ll be surprised to find that many highly ranked websites choose to retain it.

Using Third Party Tools To Find Out Whether A Website Is Running WP

IsItWP is a simple, free to use resource and you can type in any website URL and voila! you’ll know if it runs on WordPress.
is-it-wordpress
BuiltWith, an alternate option which is similar to IsItWP except it provides a lot more in the way of detailed information.
built-with-wordpress
Not only does it provide the name of the content management system that a website uses but it provides a full technology profile of the website in question. It informs us on the widgets that a website employs, the Content Delivery Networks it uses to speed up site load times, hosting information, the security certificates a website has and other document information. So BuiltWith is a great option, if you want to know how a website is run and what tools it employs.

Using Browser Plugins

Plugins on your browser can do a lot for you. Currently, I use my Chrome plugins to save hundreds of tabs while researching topics, take screenshots, get past IP based content blocking and to find the Alexa ranks of websites with ease.
You can also use a browser plugin or extension to find out if a website is running on WordPress. For Chrome, I’d recommend BuiltWith Technology Profiler which can be downloaded from the Chrome Web Store. The extension is quite highly rated and is classified as a developer’s tool, quite rightly so.
All that information you would have had to visit a website and enter a URL is available on demand. With this extension you only need visit a website, any website and activate the extension to view the website information.
BuiltWithPlugin
Wappalyzer is another extension which detects the content management system of a website, also works to identify eCommerce platforms, JavaScript frameworks, server information and has access to a few analytics tools as well.
Appspector is a great Chrome extension which detects web applications and JavaScript libraries, it performs the function of detecting the Content Management System of any website without any difficulty what so ever.
You should note that all the three Chrome extensions are highly rated and work well. Try installing them or read the information on the Chrome store before settling on one of them. I do not recommend any one of three in specific because people’s requirements vary. But if you only need to find the content management system for websites in general, any one of the three extensions should be sufficient.

Extensions For Firefox

The BuiltWith Add On is also available with Firefox, if you aren’t using Chrome.
'BuiltWith __ Add-ons for Firefox' - addons_mozilla
Now that I’ve exhausted all the third party tools that can be used to find out if a website is running WordPress, let’s see how you can do the same without any external help.

Looking Under The Hood – Viewing Source Code

Go to any website. Right click and select view source. And you can see what are the different elements that make a website.
view-website-source
You’ll notice all the “wp” files as in wp-content or wp-uploads, which almost every WordPress site needs, to serve content to readers. Also at the end of the source code for Colorlib, you’ll notice that it runs the W3 Caching plugin with a link back to the download page on WordPress.org for the plugin.
Sure people can simply add misleading code to their websites, but no one does that. Viewing the source code and looking for wp files and directories can confirm whether a website is running WordPress or some other content management system.
When checking out the source code, you can also look up the generator tag in the head section of the code. If it is there it should be something like this,
<meta name="generator" content="WordPress 3.6.1" />
But many websites delete the tag due to security concerns, although such concerns are unfounded. They believe that knowledge of the WordPress version could make their websites more vulnerable to hack attempts. In reality, it doesn’t because it is rarely the case that a hacker manually checks websites by version and then attempt to hack them.

Appending Website URLs

Viewing the source code may work most of the time, you have another option at your disposal. You can type try to access the following two pages on any website by typing- URLOfTheWebsite.com/wp-login.php or URLOfTheWebsite.com/wp-admin.php. This should take you to a WordPress login page, if the website uses WP.
check-if-admin-is-present
But some websites change the login and wp-admin URLs for security purposes, so it isn’t really a full proof method. Also even the wp-content folder can be changed to a different name. So while these techniques are fairly reliable, they aren’t full proof.
Two other files you could search for, by adding appending “/license.txt” and “/readme.html” to the website address. You may get lucky and get some useful site information including the version of WordPress, but some websites including Colorlib do not have license and readme files.
403-forbidden-error-wordpress
Again, people do this for security reasons or they think it simply isn’t necessary. Personally, I prefer the latter reasoning, from the perspective of the website owner it doesn’t serve any purpose.

Final Thoughts

I hope the post piqued your curiosity! And also helps you find which websites are running on the WordPress platform.
Please do subscribe to the Mama’s blog for more tutorials 🙂