Why Wordpress is a Great CMS
Posted by Marc
Filed under: Blogging | Tags: CMS, Content Management System, Tutorial, Wordpress
Wordpress is a perfect blogging tool. With high customizability and easy-to-edit code, as well as incredibly useful PHP short-codes, making great sites with Wordpress is a snap. But why stop there? It can be a Content Management System too!
It’s not really something that shouldn’t be used to its full potential. Simple short-codes can drag up easy functions, themes are relatively easy to construct – not to mention the vast amount of resources floating around the internet for help on Wordpress. Wordpress doesn’t just do blogs – in fact, using Wordpress solely to blog is ‘like buying a Swiss Army Knife to use only one blade.’ Wordpress is perhaps beyond flexible, and can be used for an entirety of different sites.
With some simple editing and use of the loop, Wordpress can be turned into pretty much any kind of regularly updated site. Not only that, but it makes it far easier for developers to create rich websites in minimal effort.
Marina Marsh, president of ESI Web Services, states:
“When clients ask us if this can be done or that can be added to their site, we never have to say no… with WordPress it is possible to add, upgrade, expand without spending a fortune. A complex site with a lot of custom coding added, which would typically cost $25,000+ if an enterprise CMS were used, costs $10,000 – $12,000 with WordPress. We can create a fully functional online business solution with features like shopping cart, membership area, directory listing, newsletter subscription, forum, SEO and much more for under $6,000.”
It makes things so simple mainly through the use of incredibly easy and simple PHP short-codes that are really a boon for developers, as for example:
<?php the_permalink(); ?> (without spaces)
Generates the following result:
http://tekcube.com/blogging/why-wordpress-is-a-great-cms/ (the link to this post)
This is a simple function which displays the permalink (direct-link to the post). If I was to change the link to the post, this would update automatically without me having to edit more than one thing. But there’s tons of simple functions that require very little knowledge of PHP to work, just like this. B
But anyway, what I mean is that Wordpress can sufficiently reduce costs and improve efficiency as a CMS. Where’s the point in learning difficult code to sift through thousands of lines and, with great pain, develop a difficult-to-use interface when with Wordpress plugins and that can do it easily? (Not to mention how easy it is to install plugins, with a single click, and update them all with another click).
Wordpress isn’t a CMS. Well, it’s not advertised as a CMS. But it performs like a CMS. And because of that, you can build pretty much any kind of website with it.






