How Can I Know What Cms Uses Any Website? I Mean How Can I Know If Any Site Is Using WordPress, Drupal, Joomla?

I need to know what kind of cms (WordPress, Movable type, Custom, Drupal, Joomla) uses any website?

Twitter Digg Delicious Stumbleupon Technorati Facebook

2 Responses to “How Can I Know What Cms Uses Any Website? I Mean How Can I Know If Any Site Is Using WordPress, Drupal, Joomla?”

  1. basically looking the source code, but try with this firefox addon
    http://www.techyard.net/identify-cms-used-in-a-website/

  2. This is quite simple.
    When you are on the web page for the blog or website if using Firefox click on the “View” tab in the top left hand corner of your browser. Then select “Page Source” from the drop down menu of the “View: tab.
    You’ll see the html source code page display on your screen and somewhere towards the middle or top of that page you’ll see the blog/CMS title like this
    and immediately under that you’ll see ,…

    Where you can see “generator” content =”Wordpress” means that the site is built on WordPress. If it was Joomla or Drupal you’d see wording indicating that platform as the content generator.
    If you’re using Internet Explorer you still click on the “View” tab in the top left hand corner of the browser and then select “Source” from near the bottom of the drop down menu.
    Hope that helps you :-)