• Resolved pastella

    (@pastella)


    Hi
    I’m using the TresSimple 1.3 theme. It’s great apart from the problems below. I don’t want “comments” but under each post there is a section that says “No Comments” and I don’t know how to get rid of that.

    Also, at the bottom of the page there is a clickable link to

    Entries RSS and Comments RSS
    Is there any way of deleting them?

    I’d appreciate your help because I’m lost.
    Thanks

    pastella

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

    There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site might help.

    Thread Starter pastella

    (@pastella)

    Hi Esmi

    Sorry, I didn’t think of that.

    Here’s a link:

    https://www.tvthroughinterneteasy.com/

    esmi

    (@esmi)

    To remove the comments link, you’ll need to edit your theme’s index.php file and remove all references to <?php comments_popup_link();?>. You may have to repeat the process with category.php, archive.php and tag.php.

    In single.php, remove the reference to <?php comments_template();?>.

    To remove the RSS links, you’ll need to edit your theme’s footer.php file and remove <?php bloginfo('rss2_url'); ?> and <?php bloginfo('comments_rss2_'); ?>

    Thread Starter pastella

    (@pastella)

    Hi esme

    Thankyou so much for all your help. It works!
    I’ll know now when I do the same for other sites. You’ve saved me a lot of “hair-pulling-out time”.

    pastella

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How Do You Get Rid Of Comment and RSS Boxes’ is closed to new replies.