Adding the calendar in WordPress
posted: January 31st, 2006 6:27 PMThis is the info… http://codex.wordpress.org/Template_Tags/get_calendar but to save you all from having to go to a different page, I shall explain it here. You simply need to add a line of PHP code to the template. The code is: < ?php get_calendar() ? > The steps: 1. Go to the admin section of WordPress. 2. [...]