Twenty Fourteen: minor template fixes and a placeholder screenshot.
git-svn-id: https://develop.svn.wordpress.org/trunk@26030 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
859516cd19
commit
245b99ceb1
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 197 KiB |
@ -6,6 +6,7 @@
|
|||||||
* @subpackage Twenty_Fourteen
|
* @subpackage Twenty_Fourteen
|
||||||
* @since Twenty Fourteen 1.0
|
* @since Twenty Fourteen 1.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! is_active_sidebar( 'sidebar-2' ) )
|
if ( ! is_active_sidebar( 'sidebar-2' ) )
|
||||||
return;
|
return;
|
||||||
?>
|
?>
|
||||||
|
@ -20,7 +20,7 @@ get_header(); ?>
|
|||||||
<?php if ( have_posts() ) : ?>
|
<?php if ( have_posts() ) : ?>
|
||||||
|
|
||||||
<header class="archive-header">
|
<header class="archive-header">
|
||||||
<h1 class="archive-title"><?php single_tag_title();; ?></h1>
|
<h1 class="archive-title"><?php single_tag_title(); ?></h1>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// Show an optional term description.
|
// Show an optional term description.
|
||||||
|
Loading…
Reference in New Issue
Block a user