<CATEGORY_OR_DATE_NAME_PAGED_ARCHIVE>
Tag Function:
- Displays the current category or month name.
Main Usage:
- Used within browse_template.html to dynamically recall and load the current category or month name.
Examples:
In your browse template, you can use the tag like this:
You are currently browsing the archives for <CATEGORY_OR_DATE_NAME_PAGED_ARCHIVE>
Sample Output:
Using the code above will generate the following when the template is run:
You are currently browsing the archives for June 2007
PagedArchiveAddonTags