I’m proud to say that I’m a website stalker, I love looking at websites especially diy websites and working out how they are built, its how I learn and keep myself inspired this article shows how to detect WordPress Themes and Plugins.
If you’re like me and have visited a website and loved the way it looked, or seen a feature and was curious as to what plugin they used to achieve it or even wondered if they are also building it on WordPress.
Well, today is your lucky day,
Reading Code:
One of the easiest ways to tell if a site is using WordPress If you’re on a desktop computer is to check the source code. You can even see what theme and plugins the site is using.
Step One
- Visit the website you want to check, in this case, I’m checking WP Basics 101
- Anywhere on the website – Right Click > View Source

Step Two
To identify if the site is using WordPress, In the source
To identify what theme the website is using you want to look for /wp-content/themes/themename, in this example, the WP Basics 101 site is using the Astra theme so the code will be wp-content/themes/Astra.
To identify what plugins the website you want to look for /wp-content/plugins/
Tip: use Cmd + F on a mac or ctrl + f on windows to bring up a search tab and write the word you are looking for. E.g WordPress, Themes, Plugins

Using websites
To find out what plugin, theme or if
WP Theme Detector
WP Theme Detector is a free tool that enables you to find out about the WordPress theme and plugins being used by a particular site. Its really easy to use, all you have to do is enter the
Below is a screenshot of a scan I did of a WP Basics 101, it shows what theme and plugins the website is using, the theme detector does not show if the sites using security and backup plugins for security reasons, but you can look at the code if need be.
