Show tags on permalink pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@5147 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
424cdf9b88
commit
06e885f4b1
|
@ -16,6 +16,7 @@
|
||||||
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
|
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
|
||||||
|
|
||||||
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
|
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
|
||||||
|
<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
|
||||||
|
|
||||||
<p class="postmetadata alt">
|
<p class="postmetadata alt">
|
||||||
<small>
|
<small>
|
||||||
|
|
Loading…
Reference in New Issue