From 63c7766bad6f3317bb0fa6c4217c19027cad70da 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: https://develop.svn.wordpress.org/trunk@21992 602fd350-edb4-49c9-b593-d223f7449a82 --- 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