dfc005
11-24-2008, 12:26 AM
Does anyone know how to hide the blog description when viewing a particular blog entry?
<!-- 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 1227577526 at 1227577526 ---------------
Anyone?
<!-- 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 1227577526 at 1227577526 ---------------
Anyone?