single_month_title
TIME/DATE TAG
What It Does
Displays a month and year for the current page, for example, when viewing archive pages. single_month_title only works when a month argument has been specified on archive pages.
Code
<?php single_month_title(‘before’, echo) ?>
Before
What to display before the month and before the year is shown.
Echo
Allows you to either display the date or to keep it for use later in the PHP script.
Example
<?php single_month_title(‘·’) ?>
The above example would display something like:
· March
· 2009




