Monthly Archives: January 2006

Adding the calendar in WordPress

This 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. [...]

First class

Here’s some notes from class: Use the <cite> and <blockquote> tags. And apparently the <hr> tag is depricated. You should use a <div> tag with a CSS border.