Archive for August, 2009

Re-numbering With jQuery

August 20th, 2009 - 17:29:13

I needed this to do a quick re-numbering of featured items in a slider on the homepage because I was always changing the PHP code and the numbering got messed up. Code to do a quick re-numbering of ‘a span’ … Read post

Tip: Exclude Categories From Archive In WordPress

August 20th, 2009 - 15:53:13

While working on a recent project, I came across a task: exclude certain categories from the archive page. I went the usual way to the WordPress codex -> query_posts and thought the following would do it: 1 2 3 4 … Read post

Adding Facebook Connect to your WordPress Blog

August 9th, 2009 - 17:45:08

Today I added ‘Facebook Connect‘ to my blog and I was running into two or three caveats. I want to share my trial-and-error experience from today with you. First, I downloaded the WP-FBConnect plugin, installed & activated it in the … Read post