Make WordPress Core


Ignore:
Timestamp:
09/02/2013 09:20:56 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: add archive page templates, fix alignment bugs for archive headers, and use content-none.php for consistency. Props obenland, fixes #25181.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/front-page.php

    r25090 r25213  
    3232
    3333                        else :
    34                             get_template_part( 'no-results', 'index' );
     34                            get_template_part( 'content', 'none' );
    3535
    3636                        endif;
Note: See TracChangeset for help on using the changeset viewer.