Category: Wordpress

Free WordPress Theme: Portofino

portofinotheme.gifPortofino is a postcard from the Italian Riviera - once fishing village, now resort of the rich and powerful who wouldn’t be seen dead in Monte Carlo next door….

Portofino is also a 2 column fixed-width WordPress theme, with righthand sidebar, enabled for widgets.

Comments are gravatar-enabled and will work whether you’re using WP2.5 or lower - the WP gravatar plugin is not required. There’s also a separation of user comments from pingbacks/trackbacks.
Read more »

WordPress 2.6 update

 WordPress 2.6 beta is announced

Any chance of making WordPress admin work at 800 x 600 px resolution on Firefox… that would be good - might update from 2.3 in that case…

Free WordPress Theme: Shanghai City

screenshot.pngIt’s cityscapes, and what used to be referred to as ‘tiger economies’…. Shanghai City is a 2/3 column fixed width theme, with a double right-hand sidebar, enabled for widgets.

User comments are separated from pingbacks/trackbacks, enabled for gravatars - and will work whether you’re using WP2.5 or lower - you won’t need the WordPress gravatar plugin.
Read more »

Free WordPress Theme: Memento Mori - Medieval woodcuts

screenshot.pngMemento Mori is a 2 column fixed width theme, with a right-hand sidebar, enabled for widgets.

User comments are separated from pingbacks/trackbacks, enabled for gravatars - and will work whether you’re using WP2.5 or lower - you don’t need the WordPress gravatar plugin.
Read more »

WordPress Theme Brokers

So what of the relatively vast and ever-growing number of sites that republish the themes produced, usually scraping the links directly off weblogtoolscollection news. Some are just doing it for the content, others are considerably more naughty and modify the packages, adding their own links…. the wonders of Open Source…
Read more »

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 »

Public PageRank update

So the dust has settled after the latest Google update - as if it was of any importance whatsoever…

Gave up long ago worrying about these things - pagerank and even penalties on pagerank seem to make no difference to the SERPS

Read more »

Free WordPress Theme: Silent

silent.gifSilent is a fixed-width, 2 column with right sidebar theme, certainly minimalist, enabled for widgets and compatible with WP 2 upwards. The theme has been tested on Firefox 2, Internet Explorer 6,7 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 »

WordPress comment gravatars

Now that gravatar are part of the Automattic family… WordPress 2.5 has the get_avatar() function

echo get_avatar( $email); //sends an md5 hash of the email, returns the user avatar or if nothing found returns the gravatar.com default image
Read more »