Twenty Fourteen: simplify tags output in content templates, props nacin. See #26093.
Built from https://develop.svn.wordpress.org/trunk@26258 git-svn-id: http://core.svn.wordpress.org/trunk@26164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a110ab596f
commit
2291d479af
|
@ -53,8 +53,5 @@
|
|||
?>
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
<?php
|
||||
if ( has_tag() )
|
||||
echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' );
|
||||
?>
|
||||
<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
|
||||
</article><!-- #post-## -->
|
||||
|
|
|
@ -53,8 +53,5 @@
|
|||
?>
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
<?php
|
||||
if ( has_tag() )
|
||||
echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' );
|
||||
?>
|
||||
<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
|
||||
</article><!-- #post-## -->
|
||||
|
|
|
@ -53,8 +53,5 @@
|
|||
?>
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
<?php
|
||||
if ( has_tag() )
|
||||
echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' );
|
||||
?>
|
||||
<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
|
||||
</article><!-- #post-## -->
|
||||
|
|
|
@ -53,8 +53,5 @@
|
|||
?>
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
<?php
|
||||
if ( has_tag() )
|
||||
echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' );
|
||||
?>
|
||||
<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
|
||||
</article><!-- #post-## -->
|
||||
|
|
|
@ -53,8 +53,5 @@
|
|||
?>
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
<?php
|
||||
if ( has_tag() )
|
||||
echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' );
|
||||
?>
|
||||
<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
|
||||
</article><!-- #post-## -->
|
||||
|
|
|
@ -53,8 +53,5 @@
|
|||
?>
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
<?php
|
||||
if ( has_tag() )
|
||||
echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' );
|
||||
?>
|
||||
<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
|
||||
</article><!-- #post-## -->
|
||||
|
|
|
@ -53,8 +53,5 @@
|
|||
?>
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
<?php
|
||||
if ( has_tag() )
|
||||
echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' );
|
||||
?>
|
||||
<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
|
||||
</article><!-- #post-## -->
|
||||
|
|
|
@ -62,8 +62,5 @@
|
|||
</div><!-- .entry-content -->
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
if ( has_tag() )
|
||||
echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' );
|
||||
?>
|
||||
<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
|
||||
</article><!-- #post-## -->
|
||||
|
|
Loading…
Reference in New Issue