A very simple way of keeping the content on your website fresh is to grab your latest tweets from Twitter and display them on your WordPress site. At first it might seem like it could be quite a lot of work to do this. Luckily WordPress has a fantastic community of plugin developers and an [...]
Category Archives: Wordpress
Adding widgets to your WordPress theme
In WordPress, widgets allow you to add content to special areas of your theme without having to modify any code. If your theme is ‘widgetized’ you can use the built in drag and drop functionality built into WordPress to add new content and move content around on your site. Widgets make it really easy to [...]
Child themes in WordPress
In WordPress a child theme is simply a theme that inherits style and functionality from it’s parent theme. All you really need to create a child theme is a style.css file in the themes directory of your WordPress installation. This quick article will show you situations in which child themes might be useful and how [...]