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:
Lance Willett 2013-11-06 23:53:13 +00:00
parent 859516cd19
commit 245b99ceb1
4 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 197 KiB

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
if ( ! is_active_sidebar( 'sidebar-2' ) )
return;
?>

View File

@ -20,7 +20,7 @@ get_header(); ?>
<?php if ( have_posts() ) : ?>
<header class="archive-header">
<h1 class="archive-title"><?php single_tag_title();; ?></h1>
<h1 class="archive-title"><?php single_tag_title(); ?></h1>
<?php
// Show an optional term description.

View File

@ -28,7 +28,7 @@ get_header(); ?>
_e( 'Asides', 'twentyfourteen' );
elseif ( is_tax( 'post_format', 'post-format-image' ) ) :
_e( 'Images', 'twentyfourteen');
_e( 'Images', 'twentyfourteen' );
elseif ( is_tax( 'post_format', 'post-format-video' ) ) :
_e( 'Videos', 'twentyfourteen' );