Hey folks, I'm having difficulty removing the part under the Post Title and next to the Category or "Topics" where it displays the Tags. I have the Tag Cloud in my sidebar but I want to remove them from showing on the individual post.
I attempted to remove some of the code which obviously is what is making the Tag's display, but it always breaks my page. Any help would be GREATLY appreciated!!
<div class="post-under">
Topics: <?php the_category(', ') ?> <?php if(function_exists("UTW_ShowTagsForCurrentPost")) : ?>
<?php UTW_ShowTagsForCurrentPost("commalist", array('last'=>' and %taglink%', 'first'=>'Tags: %taglink%',)) ?>
<?php else : ?><?php if(function_exists("the_tags")) : ?>
<?php the_tags() ?><?php endif; ?><?php endif; ?>
</div>