WordPress Posts Navigation Quick Tip

Get links to show even if there are no more pages to link to

Say you want to use the next_posts_link() and previous_posts_link() functions to display your post navigation. But you want to use some clever looking arrow images(or just plain boring text). You also want the images(or that plain boring text) grayed out when there are no more pages to link to.

Posted on Dec 8, 2008 by Curtis Henson in Code, Wordpress

Complex WordPress Conditional Tags

The WordPress conditional tags are some of the most powerful tools a theme designer can master. As WordPress themes get more complicated and more CMS like, everyone will eventually run into the need for conditionals. In my previous post I showed you how to write less code using conditional tags and the WordPress hierarchy. Quite [...]

Posted on Oct 15, 2008 by Curtis Henson in Articles, Code, Wordpress

How I Did Multiple Feature Categories in Checkmate

Now with twice as much code!

One of Checkmate’s features is the ability to select multiple categories as feature categories. It wasn’t until far after the release a user brought up the fact it didn’t work…at all. So I set off to fix it thinking it was a trivial task using query_posts or get_posts. I was wrong. To keep everything as compatible as could be and offer the ease of use I intended took some digging. I ended up skipping all of WordPress’s functions and going strait to the database by writing a custom function.

Posted on Jul 16, 2008 by Curtis Henson in Code, Wordpress

Make Sections MSNBC Style in WordPress

Happy WordPress Day. Today I show you how to make sections out of your Wordpress categories for a similar look to MSNBC’s site. Perfect for content heavy sites, or to complete the magazine or news theme you have been working on!

Posted on Jul 1, 2008 by Curtis Henson in Code, Wordpress

Google Now Hosts Javascript Libraries

Google has released their Ajax Libraries API, and I for one welcome it. Anything I can do to speed up websites and offload files is something I’ll likely take advantage of.

Posted on Jun 7, 2008 by Curtis Henson in Code, Design, Javascript, Links

Write Your Own Related Posts Plugin

A detailed tutorial and intro into writing simple plugins and widgets

I take you deeper into the rabbit hole with widgets and show you how to create your own more advanced related posts widget. Use arrays, SQL queries, and more!

Posted on Apr 11, 2008 by Curtis Henson in Code, Wordpress

Speed Up Your Website: Part Deuce

In this post I go into more detail about ways to speed up your website, tools, apache, compression, plugins, and some wordpress tips. This post is full of info you need to feed your need for speed(and no more Top Gun references).

Posted on Mar 31, 2008 by Curtis Henson in Code, Links, Wordpress

Wordpress Conditional Tags: Write Less Code

More function less code. I’m going to show you how to use wordpress conditional comments to write less code and create dynamic templates that are easy to update.

Posted on Mar 14, 2008 by Curtis Henson in Code, Wordpress

My Life With Blueprint: Thoughts on 0.7

The new Blueprint CSS Framework is out, and I take a bit of time to talk about my latest experience with it.

Posted on Mar 7, 2008 by Curtis Henson in CSS, Code, Curtis Henson

Simple Related Posts Widget for Wordpress

A basic tutorial on how to use the functions.php file to create a custom widget for use in your wordpress themes.

Posted on Feb 25, 2008 by Curtis Henson in Code, Links, Wordpress