The problem:
When you have multiple posts published on the same day, the post date only shows up for the first one when you view the posts on your site.
The fix:
- Go to “Appearance > Editor” and repeat the following steps for each of your theme files
- Look for instances of this code:
<?php the_date(); ?>
- Replace that code with this code:
<?php echo get_the_date(); ?>
- Click “Update File”
The explanation:
Most WordPress template tag functions that start with “the_” will merely output the values returned by their equivalent “get_the_” functions. However, “the_date()” is an exception to this standard because it adds functionality that’s not present in “get_the_date()”, namely, not outputting the same date more than once per page, which can be a feature or an annoyance depending on your desired functionality.
tab next to Flash objects, etc. to make blocking that object as easy as a couple clicks.