Questions

As a beginner, I'm going to build a good-looking video streaming website, but want the easiest way to build. I'm looking for a user-friendly CMS to create the main structure of my site. Please have a look at: http://www.threehosts.com/ratings/comparison-software/wordpress-vs-joomla-vs-drupal.html. As you can see they have provided a collection of websites created with WP, Drupal and Joomla. How can I understand if these websites are really built with the mentioned software? And how can I know if they have used any template for their sites or they have only used the mentioned CMS? Because some of these websites look really great and professional and due to I'm on a tight budget I don't want to pay for any template or theme.

For ease of use, go with WordPress.

You can tell if it's a WordPress website by looking at the source code. Look at the <head>, theme and plugin files will be there. 99% of WordPress websites will use /wp-content/. So you can simply search source code for that to see if it's WordPress.

If it is WordPress, you can find out what theme it's using by finding main stylesheet. Usually, path looks like this:
example.com/wp-content/themes/theme-name/style.css

In WordPress, theme information is included inside style.css. So when you look at that CSS file, you will know the name of theme, theme author, and sometimes URLs.

Hope that helps.


Answered 10 years ago

Unlock Startups Unlimited

Access 20,000+ Startup Experts, 650+ masterclass videos, 1,000+ in-depth guides, and all the software tools you need to launch and grow quickly.

Already a member? Sign in

Copyright © 2024 Startups.com LLC. All rights reserved.