Twenty Twelve: include a more verbose comment to educate themers on how to create specific template files for archive views, like tag.php and author.php. See #21951.

git-svn-id: http://core.svn.wordpress.org/trunk@21992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-09-24 23:49:45 +00:00
parent 235f7d5c8d
commit 9270c32221
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
* Used to display archive-type pages if nothing more specific matches a query.
* For example, puts together date-based pages if no date.php file exists.
*
* If you'd like to further customize these archive views, you may create a
* new template file for each specific one, like tag.php for Tag archives or
* author.php for Author archives.
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress