tonyburke
Member
Posted 7 months ago #
Hi there,
all the blog posts that I update to my site appear with the year in the date as 0. The day and month seem to get through OK but the year isn't.
You can see my blog here to view the bug:
http://www.project-cake.com/
If anyone can provide any insight as to why this is happening I'd appreciate it!
Thanks,
Tony
tonyburke
Member
Posted 7 months ago #
bump...
can anyone help with this?
Open your theme's index.php file and look for <div class="post-meta left-col">. Immediately after, there should be:
<h3 class="wrap">
[some code]
</h3>
Post the code for that entire H3 block here and let's see how the year is (supposedly) being generated.
tonyburke
Member
Posted 7 months ago #
I got it sorted - thanks for the pointer in the right direction...
For some strange reason the year was in as 'o' instead of 'Y' so it wasn't showing it correctly.