• When a post appears on the home page on P2 theme, the tags associated with the post shows above the post heading. I would like to not show the tags there or any place on the home page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I currently don’t have a live version of p2 running somewhere. But digging into the files in entry.php around line #56:
    try to remove this part:

    <?php if ( ! is_page() ) : ?>
    	<span class="tags">
    	<?php tags_with_count( '', __( '<br />Tags:' , 'p2' ) .' ', ', ', ' ?' ); ?>?
    	</span>
    <?php endif; ?>

    hopefully it works for you ??

    Thread Starter b1gft

    (@b1gft)

    worked perfect, thanks a million.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘P2 delete tags on home page.’ is closed to new replies.