I'm customizing WordPress 1.5.1.2, and when I click on say 'May 2005', it doesn't display the 'the_time' var? In this part: 'You are currently browsing the Zurnet weblog archives for NOTHING_Displays Here.' I'm pretty sure all I"ve touched is the style sheet, and other tags, but no PHP code. Any ideas? TIA!
Update: url is zurnet.com; suppose it helps to have that :)
Do you have this in your sidebar?
<?php the_time('F, Y'); ?>
Yup, and it still doesn't display?
1. Are you using a third-party theme? If so, which one?
2. Could your problem be:
http://wordpress.org/support/topic/31005#post-175211
3. Got a link?
Ahhh ok... I took the 'get_sidebar' out of 'the loop' and put it right after the 'get_header'. The suppose I could put it back (at the bottom), and then use css to keep my nav bar on the left.
Or you could go with melbell's modification of ifelse's suggestion in that thread, which at least is not held back by your template's layout:
http://wordpress.org/support/topic/31005#post-175412