Show tags on permalink pages.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b30fff9c07
commit
3124054b45
|
@ -16,6 +16,7 @@
|
|||
<?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 the_tags( '<p>Tags: ', ', ', '</p>'); ?>
|
||||
|
||||
<p class="postmetadata alt">
|
||||
<small>
|
||||
|
|
Loading…
Reference in New Issue