Category Archives: Wordpress

  • Base CRM Contact Form

    This came about when I started doing a few lead generation campaigns for my website, I noticed that contact form provided by Base didn’t do two important things: 1. Allow me to record a goal completion in Google Analytics 2. Provide any details over where the lead came from, other than via my website, when [...]

  • Setting Up WordPress

    You should already have installed WordPress with Cpanel, now we are going to run through the basic settings and give you a quick tutorial on posts and pages. See the following vdeos:

  • Good Job There WordPress (and the Page Peel Plugin)

    The plugin after-the-deadline/after-the-deadline.php has been deactivated due to an error: The plugin does not have a valid header. The plugin akismet/akismet.php has been deactivated due to an error: The plugin does not have a valid header. The plugin blog-metrics/blog_metrics.php has been deactivated due to an error: The plugin does not have a valid header. The [...]

  • WordPress Plugins To Avoid

    Ok guys, so lots of people out there post about various plugins and how they are “great” etc. But half of the time you get all excited, install the plugin, only to be disappointed. Even worse, some of you guys might install a plugin and actually think it is doing you some good, so I [...]

  • Choosing a Theme for WordPress

    In the last video I showed you how to setup WordPress, now I want to go through changing the WordPress theme with you. When deciding on a theme for WordPress, you have a number of options, three in fact: 1. Use the default theme and customise it yourself 2. Buy a WordPress template from Template [...]

  • htaccess redirects with regular expressions

    The Problem Ok so I hit a bit of a snag tonight, I had ended up with the following predicament. I had a url: http://www.davidwhitehouse.co.uk/blog/ which I wanted to redirect to http://www.davidwhitehouse.co.uk/ but when I used the following code: redirect 301 /blog/ http://www.davidwhitehouse.co.uk/ I ended up redirecting pages such as http://www.davidwhitehouse.co.uk/blog/blogging-voice-recognition/ to http://www.davidwhitehouse.co.uk/blogging-voice-recognition/ – but [...]