I can get the title for the Category
<h2><?php single_cat_title(''); ?></h2>
but can one return the title for a monthly archive? ie;
"March 2007"
I can get the title for the Category
<h2><?php single_cat_title(''); ?></h2>
but can one return the title for a monthly archive? ie;
"March 2007"
Sure, use the_time();
such as the_time('M Y'); I believe it is. check here: http://www.php.net/date
Did that solve your problem?
There's a template tag for that:
http://codex.wordpress.org/Template_Tags/single_month_title
This topic has been closed to new replies.