warren 0 Report post Posted August 14, 2010 Hey guys, I am trying to find out how to hide the post tags under the post of my articles and just use the tag cloud widget to display them... Thanks! Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 14, 2010 If you go into your _posts.php file you could delete these lines: ` <?php if(!is_page()):?> <?php the_tags(__('Tagged with: ', TDOMAIN),' • ',''); ?> <?php endif;?> ` (line 76 - 80 on my screen, may be different for you ) Share this post Link to post Share on other sites
creativelearning 0 Report post Posted January 25, 2011 I cannot seem to find the "_posts.php" file. Can you tell me where in the theme file structure it is located? Share this post Link to post Share on other sites
creativelearning 0 Report post Posted January 25, 2011 Actually I'm sorry. I just noticed that this is referring to the iBlogPro theme. I will repost in the correct forum. Share this post Link to post Share on other sites