Hiding TAGS below posts
-
Hi, how do i hide the TAGS below the posts?
I’m using twenty ten themeThanks so much!
-
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 ); ?>-->thanks for the reply.
will it remove tags below posts?
and what is it index page? is it the home page?
thanks!
yes.
always make a bakup copy of any file before modifying it.
Thanks, i pasted it into the code but nothing happened.
Should i paste it in a specific location?
Thanks 🙂
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.
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
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.
Thanks so much for your help
you are welcome! If this is resolved, please change the status to “resolved”.
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
(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,
Thanks
Hi, I would like to know how can i remove the author’s name from the index page?
Thanks for the help
The topic ‘Hiding TAGS below posts’ is closed to new replies.