From 5aff28bf13d319f65468988444b6005346a78963 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 24 Sep 2012 23:49:45 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentytwelve/archive.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/themes/twentytwelve/archive.php b/wp-content/themes/twentytwelve/archive.php index b56e5ffa0f..210eaca7c3 100644 --- a/wp-content/themes/twentytwelve/archive.php +++ b/wp-content/themes/twentytwelve/archive.php @@ -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