kimijye
Member
Posted 5 years ago #
The date stamp on some of my posts have disappeared. I can't get those particular dates to appear at all. Even when I copied an article into a new post, the date still would not appear in the new post.
What is wrong? To see the problem live visit http://thewei.com/blog .
Take a look at this:
http://codex.wordpress.org/Template_Tags/the_date
and read the "Special note" in the box at the top. If that's the cause of your problem, then switch the_date to the_time.
kimijye
Member
Posted 4 years ago #
Copy/paste here the part that you don't get from the "Special note" linked above, after you have read it carefully...
kimijye
Member
Posted 4 years ago #
use the Template Tag the_time() with a date-specific format string.g
sportsBabel
Member
Posted 4 years ago #
adamrbrown, that worked like a charm for me when I had the same problem....thank you for your assistance.