Does anyone know how to hide the blog description when viewing a particular blog entry?
Code:
<!-- Description -->
<if condition="$blogheader['description']">
<div id="blog_description">$blogheader[description]</div>
</if>
<!-- End Description -->
<if condition="$show['blognav']">
<div id="blog_navbit">$blognavbit</div>
</if>
Have found this in the BLOG template but I can't make it so it only shows when viewing a users general blog page and not on every single blog entry. Anyone know?
--------------- Added [DATE]1227577526[/DATE] at [TIME]1227577526[/TIME] ---------------
Anyone?