colindunn
Member
Posted 1 year ago #
On my blog, the date is seemingly randomly not appearing next to some entries. To see an example go to: http://www.colindunn.com/blog/page/4
Scroll down to "First Things First" and right above the comment count the date should appear, but isn't.
Has anyone had a similar problem? I am absolutely baffled by this.
If your theme uses the_date() in it's template files, you might want to try changing it to use the_time().
See the Special Note in http://codex.wordpress.org/Function_Reference/the_date
colindunn
Member
Posted 1 year ago #
Ah, genius! Thank you again esmi. You are a wordpress god.