check the codex: the_date() vs. the_time()
and then edit your template and see if it uses ‘the_date()’ – change it to the_time()
Thread Starter
pidoof
(@pidoof)
i’m sorry, I’m not quite sure how to do that. ><
http://codex.wordpress.org/Function_Reference/the_date
http://codex.wordpress.org/Template_Tags/the_time
for instance, the_date() only shows the date if it is different from the one before.
with other words – if two posts are from the ssame date, it wil only show for the first post.
edit your template files (index.php, single.php, etc.) and see if the code which shows the date and time, is either the_date() or the_time('')
(maybe with some parameters in the brackets).
Thread Starter
pidoof
(@pidoof)
Thank you soooo much!!! No wonder- I couldn’t figure out what was wrong. I finally changed the ‘date’ in the default to the ‘time’. Thank you, you have no idea how many hours I could’ve wasted with this. XD;;