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