get_day_link from a theme’s index.php page not working for me
-
I’m trying to use get_day_link (and the month variety) to create a link on a main page of a theme – here’s the code snippet:
“><small class=”day”><?php the_time(‘j’) ?></small>
I always get a URL like:
https://www.alephnaught.com/Blog/20080531
where I should get (base on the calendar widget):
https://www.alephnaught.com/Blog/?m=20080531
There’s something different about calling this code from a <?php ?> tag set – can someone clue me in and help me solve this?
Thanks and have fun! – Bob
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘get_day_link from a theme’s index.php page not working for me’ is closed to new replies.