You are currently browsing the post archives for August 2009.

WordPress Dates Missing

Posted on August 7, 2009 at 5:43 pm in
Calendar

The date isn’t being displayed on some of my posts! The default behaviour for WordPress the_date() template tag is to only display the full date on the first post on a given day. Subsequent posts from the same day only display a time stamp.

Changing Headers with WordPress body_class()

Posted on August 7, 2009 at 12:39 pm in
Changing header images

WordPress 2.8 introduced a new function — body_class() — that attaches a list of classes to the <body> element according to what type of page is being displayed. These classes can be used — in conjunction with your theme’s stylesheet — to display different headers on different page types.

Changes Not Displayed?

Posted on August 1, 2009 at 12:26 pm in
cross

I’ve made some changes to one of my Posts/Pages but, when I view the site, the changes aren’t visible. What did I do wrong? Chances are that you’re viewing an old copy of your recently updated page. Always press Ctrl and F5 simultaneously when viewing an updated Page or Post. This key combination (also known…

WordPress Installation and Set Up

Top