You are currently browsing the post archives for June 2009.

WordPress and Conditional Comment CSS

Posted on June 29, 2009 at 4:54 pm in
Conditional comments

Conditional comments provide a way of serving specific content to various versions of Internet Explorer — from IE 5 upwards. The Benefits Conditional comments can be used to serve additional, version-specific, CSS to IE browsers — allowing you to deal with inconsistent displays in earlier IE versions in a way that doesn’t impact on the…

Avoid Adding Images to a WordPress Gallery

Posted on June 26, 2009 at 12:59 pm in
Keep out of the WordPress gallery

As outlined in The WordPress Gallery, uploading an image whilst working on a page creates an association between the image and the page. This association is used to create the final, page-specific, gallery. Occasionally, you want to add an image to a page but don’t want it to appear in that page’s gallery. How do…

The WordPress Gallery

Posted on June 26, 2009 at 12:31 pm in
WordPress Gallery

The native WordPress Gallery feature allows you to add a simple image gallery to a Post or Page on your blog. However, there seems to be very little documentation on using the Gallery in the WordPress Codex, so here’s a quick how-to.

Finding WordPress Post Ids

Posted on June 24, 2009 at 1:16 pm in
WordPress Posts

Some WordPress plugins and theme template tags allow you to include, or exclude, individual pages or posts from listings using their ids. But how do you find the id for an individual WordPress Page, Post or Category? First, login to your WordPress Administration area. If you want to find a specific page id, navigate to…

Creating Email Links in WordPress

Posted on June 24, 2009 at 12:54 pm in
Email

So you want to publish an email address in a WordPress Post or Page. Then your readers will be able to click on the link and send you an email using Outlook etc. Here’s how…

WordPress Theme Development

Top