Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialashish jayn
Courses Plus Student 2,972 PointsContent Management Systems(CMS)
Is it possible by seeing the source code of the website , which CMS has been used. whether its Wordpress, Joomla or any other CMS?
2 Answers
Juthawong Naisanguansee
Full Stack JavaScript Techdegree Graduate 80,724 PointsHi Ashish ,
Yes , It is possible to see which cms website is using by looking at html source code by looking at the folder structure and stuff.
Like Wordpress , There usually have wp-content url in html source code.
There are also tools on internet that will automatically scan and determine which cms the website are currently using but it isn't 100% accurate.
Such as CMS Detector : http://guess.scritch.org/
Thanks
Syed Shah Zahurullah Hussaini
3,847 PointsDear Juthawong/Ashish,
I found this very handy tools that may also add more insight "BuiltWith" and Wappalyzer.
Hope this adds value.
Regards, Syed H
Juthawong Naisanguansee
Full Stack JavaScript Techdegree Graduate 80,724 PointsThank you Syed :)