Hi,
I would like to show the tag description at the top of the tag page but cannot find where I can set this up.
Could you please advise ?
Hi,
I would like to show the tag description at the top of the tag page but cannot find where I can set this up.
Could you please advise ?
Hi,
Sorry for the delay. Please open up archive.php located in the base directory of the theme and find line 22 that looks like
/* Run the loop to output the posts.
and add 2 lines of code before it so that line 21-23 will now look like
$temp_tag_desc = tag_description();
if (isset($temp_tag_desc)) echo "<div class='tag-descriptions'>".$temp_tag_desc."</div>";
/* Run the loop to output the posts.
This will show the tag description
Thanks,
Nick
Perfect.
Thanks a lot Nick,
Best regards,
Annie
This topic has been closed to new replies.