Closed justintadlock closed 8 years ago
In archive-type templates, always use the_archive_title() to output the title and the_archive_description() to output the description. These are newer functions and provide a standardized method for plugins to filter the output if necessary.
the_archive_title()
the_archive_description()
These files should be addressed:
author.php
category.php
tag.php
Closed by #54
In archive-type templates, always use
the_archive_title()
to output the title andthe_archive_description()
to output the description. These are newer functions and provide a standardized method for plugins to filter the output if necessary.These files should be addressed:
author.php
category.php
tag.php