Viewing 13 replies - 1 through 13 (of 13 total)
  • Moderator t-p

    (@t-p)

    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

    (@taft)

    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

    (@t-p)

    yes.

    always make a bakup copy of any file before modifying it.

    Thread Starter TAFT

    (@taft)

    Thanks, i pasted it into the code but nothing happened.

    Should i paste it in a specific location?

    Thanks 🙂

    Moderator t-p

    (@t-p)

    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

    (@taft)

    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

    (@t-p)

    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

    (@taft)

    Thanks so much for your help

    Moderator t-p

    (@t-p)

    you are welcome! If this is resolved, please change the status to “resolved”.

    Thread Starter TAFT

    (@taft)

    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

    (@t-p)

    (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

    (@taft)

    Thanks

    Thread Starter TAFT

    (@taft)

    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.