Sometimes it’s hard to see the forest for the trees. In this post in my series on custom post types, I take a step back to discuss the larger issue of custom content – of which the custom post type is, of course, the foundational component.
Techniques
Short How-To articles, similar to Case Studies but on a smaller scale.
Add Dynamic Table of Contents to a Series of WordPress Posts
When I’m writing a series of posts on a subject — such as a multi-part tutorial — I like to include a table of contents for that series of posts. I think this helps readers navigate the content. I’ve looked for a plugin that performs this function, without success. This post describes my own home-grown solution.
Help Your Blog Readers Find What They’re Looking For with the Search & Filter Plugin
This article shows how to use a simple, lightweight plugin — one I installed long ago, deactivated because I hadn’t followed directections, and forgot about — to filter blog posts and make it easier for you Web visitors to find what they’re looking for in your blog. After all, making our visitors’ experiences better is what it’s all about.
Dive Into WordPress Custom Post Types – Part 2
Custom post types and custom fields are powerful WordPress features that can initially seem intimidating. This is the second in a series of blog posts describing when, why, and how to use them.
Dive Into WordPress Custom Post Types – Part 1
Custom post types and custom fields are powerful WordPress features that can initially seem intimidating. This is the first in a series of blog posts describing when, why, and how to use them.
Why, When, and How to use sprintf and printf
This article is for php coders who are familiar with the sprintf (and printf) functions but who haven’t yet figured out why, when, and how they should use them. Until recently, I was one of them. Although I’ve been coding in php since 2001, I could count on one hand the number of times I’ve […]
Use Custom Fields to Hide Stale Posts
Custom fields in WordPress (meta-data) can be extremely handy for controlling how you display your blog posts. In this article, I describe how I used custom fields — together with modifying the WordPress loop for the site’s front page — to solve a not uncommon problem: When blog posts about events from the far past show up in the “Recent Posts” section of a site’s home page, visitors might react negatively. It’s a little like letting newspapers pile up in your driveway when you’re on vacation: people might think you’re lazy or not home. Deleting such posts isn’t the answer.
Are Your iPhone Photos Upside-Down or Sideways?
Are Your iPhone Photos Upside-Down or Sideways? If so, I have a solution. (I even have a partial explanation. Emphasis on “partial”.)
Read Blogs More Efficiently (and Enhance your Blog Reading Experience) Using Categories and Tags
Boy, if there isn’t a whole lot of junk out there on the Web! But there’s also a lot of good stuff. Unfortunately, finding the good stuff can be difficult. So much of that junk just gets in the way. Even if you’ve found a blog (or blogs) you like to read, you might be spending too much time sifting through articles that are of no real interest to you. At some point, you probably give up. This article is written for people who read blogs. If you’re one of them, the tips herein might make your blog-surfing time more efficient and rewarding.
Which Categories and Tags Should I Use?
For people who are new to blogging, the concepts of Categories and Tags can be confusing. The first challenge is understanding what they are and how they differ. The next challenge is using them effectively. The purpose of this article is to offer guidance in addressing that second challenge.