Title: Hiding TAGS below posts
Last modified: August 19, 2016

---

# Hiding TAGS below posts

 *  [TAFT](https://wordpress.org/support/users/taft/)
 * (@taft)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/)
 * Hi, how do i hide the TAGS below the posts?
    I’m using twenty ten theme
 * Thanks so much!

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643360)
 * this is how I did it to hide tags on index page:
 * in loop.php, I striked this out,
 * `<!---<?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyten' ),'
   entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?>-->`
 *  Thread Starter [TAFT](https://wordpress.org/support/users/taft/)
 * (@taft)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643362)
 * thanks for the reply.
 * will it remove tags below posts?
 * and what is it index page? is it the home page?
 * thanks!
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643440)
 * yes.
 * always make a bakup copy of any file before modifying it.
 *  Thread Starter [TAFT](https://wordpress.org/support/users/taft/)
 * (@taft)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643476)
 * Thanks, i pasted it into the code but nothing happened.
 * Should i paste it in a specific location?
 * Thanks 🙂
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643477)
 * look for this code in loop.php:
 * <?php printf( __( ‘<span class=”%1$s”>Tagged</span> %2$s’, ‘twentyten’ ), ‘entry-
   utility-prep entry-utility-prep-tag-links’, $tags_list );
 * After you found it, strike it out.
 * It worked for me. Other than this, I don’t know what else to suggest.
 *  Thread Starter [TAFT](https://wordpress.org/support/users/taft/)
 * (@taft)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643479)
 * Perfect it worked!!!
 * BTW will it harm Google robots indexing by any way?
 * and how can i remove the categories as well?
 * Thanks so much
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643480)
 * > and how can i remove the categories as well?
 * strike out this in loop.php:
 * `<?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ),'
   entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', '));?
   >`
 * > BTW will it harm Google robots indexing by any way?
 * sorry, don’t know. Although I doubt if it will harm google robots indexing, but
   I may be wrong. May someone expert in this can weighin.
 *  Thread Starter [TAFT](https://wordpress.org/support/users/taft/)
 * (@taft)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643481)
 * Thanks so much for your help
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643485)
 * you are welcome! If this is resolved, please change the status to “resolved”.
 *  Thread Starter [TAFT](https://wordpress.org/support/users/taft/)
 * (@taft)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643489)
 * Can i ask you please 3 more question:
 * How can i remove from the index page
    1. number of comments? 2. the word comment?
   3. do u know a nice plugin to design the old posts button in the lower part of
   the page?
 * Thanks so much
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643490)
 * (1) and (2): try playing with following code in loop.php
 * `<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment','
   twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ));?
   ></span>`
 * (3): no,
 *  Thread Starter [TAFT](https://wordpress.org/support/users/taft/)
 * (@taft)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643499)
 * Thanks
 *  Thread Starter [TAFT](https://wordpress.org/support/users/taft/)
 * (@taft)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643525)
 * Hi, I would like to know how can i remove the author’s name from the index page?
 * Thanks for the help

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Hiding TAGS below posts’ is closed to new replies.

 * 13 replies
 * 2 participants
 * Last reply from: [TAFT](https://wordpress.org/support/users/taft/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/hiding-tags-below-posts/#post-1643525)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
