Develop

Small Business Websites

Creating Websites for Small Businesses & Sole Traders

Promote

Affiliate Marketing

Promotion of merchant products and services in an ethical manor

Support

Computer Services

Providing PC services in our local area, OS installs problems upgrades and networking

Wordpress

Help Secure Wordpress From URL Include Attacks

Place the following in your wp-config.php if (strpos($_SERVER['REQUEST_URI'] , "http://")){ exit; } Simple yet effective

Correct Wordpress Title Case Function

Currently working on a Wordpress site and the client has supplied content with the post titles all in UPPERCASE Simple way to correct this: add to your functions.php file in your chosen...

Remove view all posts filed under from Category List

Using Wordpress as a CMS site and didnt want the "view all posts filed under" showing when you mouseover the links in the Category menu created from wp_list_cats Googled without luck for 20 mins...

.html Wordpress permalink on PAGES plugin

Recently creating a Wordpress site and i noticed a little problem, you can add .html in the settings which work fine for POSTS but not pages! I wrote a small plugin that will add the .html to the...