mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Twenty Fourteen: simplify tags output in content templates, props nacin. See #26093.
git-svn-id: https://develop.svn.wordpress.org/trunk@26258 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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-## -->
|
||||
|
||||
Reference in New Issue
Block a user