Customizing WordPress’ Calender
-
<?php get_calendar(); ?>
I am using that code right now, and I have a side by side blog. Currently, I am using query which will display what the author wrote. Basically, I want to create a calender for EACH side of the blog. So there will be a calender for the left side author and the right side author. When I click next month on left side author’s calender, I only want it to show the posts that the author has posted, and I wanted it to show up on the left side. And the right side will remain unaffected.
How can I customize it to do this?
- The topic ‘Customizing WordPress’ Calender’ is closed to new replies.