sitepoint / wp_theme_basetheme

Base theme for WordPress components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archive title and description

justintadlock opened this issue · comments

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.

These files should be addressed:

  • author.php
  • category.php
  • tag.php

Closed by #54