Posts tagged: design

Free WordPress Theme: Wallpaper

wallpaper.jpgWallpaper is a simple theme, quite miminal - otherwise known as bland - and all ready to take your post images to spice it up a bit. It’s a fixed-width, 2 column with right sidebar, enabled for widgets and compatible with WP 2 upwards.

This theme has been tested on Internet Explorer 6 and 7, Firefox 1.5 and 2.x, and Opera 9.
Read more »

WordPress - modified, dependent and extra Loops

loops.gifWordPress provides (at least) 3 ways to produce customized post loops - each has its application, sometimes it doesn’t matter which one you use, and sometimes there’s only one way to do it… You’ll need to have a little skill with PHP to follow the examples, but it’s not too complicated, honest…

Background
Every Wordpress url includes an instance of the WP_Query class - based on parameters supplied, dates, categories, tags etc., this provides a set of posts which is then displayed via the Loop.
Read more »