• 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(', ') ?>&nbsp;&nbsp;&nbsp;&nbsp;<?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>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the Tags line under the post’s Title’ is closed to new replies.