Twenty Fourteen: minor template fixes and a placeholder screenshot.
Built from https://develop.svn.wordpress.org/trunk@26030 git-svn-id: http://core.svn.wordpress.org/trunk@25960 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0743625aed
commit
904acbc865
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 197 KiB |
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
if ( ! is_active_sidebar( 'sidebar-2' ) )
|
||||
return;
|
||||
?>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue