
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.

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.

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.

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…