Latest news in WordPress Coding & Design
WordPress 2.8 Features
WordPress Coding & Design WordPress 2.8 has now been released and as always, it’s a great improvement on the previous version. I’ve been using it on a couple of sites and so far the biggest improvement has been the theme editor with its colour coding and line numbering. There are a few other good looking features, the widget interface has improved greatly and you can now arrange your dashboard into four columns. Under your General settings you can change your ...
Continue readingCreate Your Own WordPress Widget
WordPress Coding & Design Widgets make your life easier with sorting out your sidebar in WordPress, however sometimes there’s information or perhaps an external source/item that you want to turn into a widget but just don’t know how. To create a very basic widget it’s quite simple. We just need to add a function into our functions.php theme file which outputs the content, and then register it as a sidebar widget. Sounds easy? It is So, let’s use ...
Continue readingRevisiting WordPress Custom Fields
WordPress Coding & Design A few months ago I wrote about Custom Fields in WordPress. At the time I just gave a small example of how these could be used, and a couple of people still didn’t grasp the point of them so I’m going to give a few more examples of using them which will hopefully shed some light on how useful they actually are! For the basics of using the custom fields in the admin then please read the custom fields post first. Below are just working ...
Continue readingGet your latest tweets on your blog – Plugin free
WordPress Coding & Design There are a lot of plugins for WordPress that deal with Twitter. It can be hard to find the right one when you have a specific feature in mind. Although there are some really useful ones, sometimes a plugin is not always the answer. If you want to add your latest tweets to your blog but you don’t have the resources for another plugin, or you just like doing things by hand, here is some code you can use to add your latest tweets from ...
Continue readingWordPress Theme Inheritance
WordPress Coding & Design The WordPress template system has a relatively unused gem in the template system, Theme Inheritance. Theme Inheritance allows you to set your theme to inherit files from a parent theme, meaning you could create your theme in the colours you choose, but then you can create a number of new themes with just a stylesheet in them, and set each stylesheet to inherit from the main theme, and then just override the styles set. So, if we use the example ...
Continue reading










How to stop the blank page after leaving a comment in WordPress?
WordPress Coding & Design After resolving the scheduling bug in WordPress 2.9, I noticed that I was getting sent to a blank page after leaving a comment here. The comment would post but you had to hit the back button and then reload to find this out. I tried a few things the other day but put it to the back of my head until Rob Starr reminded me about the problem tonight. Here’s the problem. After leaving a comment you are sent to ...
Continue reading