Archive for the 'WordPress' Category

Just Blue WordPress theme

Just Blue is a 2 column WordPress theme on a blue background . Demo Download from Simnor Computing.

Sometimes a blog just isn’t the right tool for the job

Let me start by saying that I really like WordPress. I use it on several blogs and don’t see myself going to another blog platform anytime soon. The problem is that when I come up with a idea for a new project I tend to start of thinking “how can I get WordPress to do [...]

Retro Mac WordPress theme

Stuart Brown has released a WordPress theme called Retro MacOS. I’ll admit that I grew up in DOS so this one doesn’t have quite the nostalgic kick that it may for others, but it’s still pretty cool.

Quick mod for the Post Thumbs WordPress plugin

Working on a site redesign, I found that I needed a plugin for WordPress that would let me associate an image with the post that would act as a thumbnail on the pages where multiple posts are listed. I found exactly what I needed in the Post Thumbs plugin.

Get post_meta for another post in WordPress

For a site I'm rewriting I needed a way to get the meta data for a WordPress post from outside the loop, and it seems that the functions that handle reading the meta data only work from within the loop. So I can up with this short little snippet of PHP code that gets the [...]