Archive | work RSS feed for this section

30 August 2010 0 Comments

How to: Include external PHP file in WordPress

So, you want to include (also include_once, require or require_once) another PHP file in one of your WordPress files?  Fine, but if your PHP file is in a different folder/directory to your WordPress installation you might run into problems. After spending too long trawling the WordPress Codex trying to find a solution, I luckily found [...]

Tags:
14 October 2008 1 Comment

CMS Made Simple WYSIWYG table outlines

CMS Made Simple is a great content management system.  It’s free, easy to get to grips with, quite powerful and the forums are fairly helpful when you need help. There are obviously quirks with it (as there is with all off the shelf software) such as tables inserted within the WYSIWYG editor lacking any outlines, [...]

12 September 2008 5 Comments

Page redirect with CMS Made Simple

If you’re scratching your head on how to get an HTTP redirect with CMS Made Simple, then save your scalp and scratch no longer! All you need to do is create a User Defined Tag (UDT) within your CMS MS admin (Extensions > User Defined Tags), call the tag “redirect” and paste the following code: [...]

13 August 2008 0 Comments

WordPress is NOT a CMS

According to a recent poll by CSS-Tricks, 40% of those in the survey said WordPress their favourite content management system. Now I’m no expert when it comes to CMS platforms, but I’ve developed with a few, tested out a few others (before uninstalling and running away) and even use one (WordPress to be exact) for [...]

Tags: ,