How To Tell If A Website Is Using Wordpress In 2 Ways(Without Any Tool)



WordPress is a very powerful CMS(Content Management System) which is used by millions of websites out there. Some months ago, I wrote an article on how to know if a website is running on Blogger, be sure to check it out.
It's impossible to know if a website runs on WordPress just by it's looks. But whatever your reasons are to find out, here are two ways to know if a website was built using WordPress.

    #1 Wp-admin URL Attachment

    Yes, you guessed right! To do this, simply visit the homepage of the website and add "/wp-admin" at the end of the website's url in your browser's address bar as seen below;



    If the next page it opens up is a login screen, then the website is definitely powered by WordPress. Sometimes the url would redirect to www.example.com/wp-login.php/?=xxxx .


    If the URL returns a 404 error, it simply means the website is not powered by WordPress.

    #2 Wp-content, Wp-includes In Source Code


    In WordPress, files such as theme files, plugins, images, audio files and videos are usually placed in the wp-content folder.
    Simply check the source code of the website and serach for the phrase "wp-content" or "wordpress" or "wp-includes".


     If you find any of them, then the website  definitely running of WordPress.

    Wrapping Up

    With these 2 ways above, you should definitely be able to detect if that beautiful website you bumped into is using WordPress or not. Do share this post to friends.