Live and Relax

2 Jul 2009 Modify the display of post tags and related posts

Filed under: Site Notes & News — ghorse@9:18 PM

The display of nextgen gallery’s album page and simple tag plugin’s post tags and related posts function do not work weel.  For each album in the album page, simple tag will generated a list of post tags and related post list.   To make the album page of nextgen looks cleaner with simple post plugin, I have to disable and manually add the post tags (st_the_tags()) and related post list (st_related_posts()) into the single.php in my theme:


	<div class="storycontent">
		<?php the_content(__('(more...)')); ?>
                <?php st_related_posts(); ?>
                <?php st_the_tags(); ?>
	</div>


Related posts || 相关文章

Tags: nextgen gallery, post, related, simple tags, tags, usages

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

:o :) :lol: ;) :( 8) :P :D 8O :? :x :| :oops: :mrgreen: :roll: :evil: :twisted: :cry: :!: :arrow: :idea: :?: more »

Live and Relax Copyright gHorse