• I’m trying to idiot proof my site.

    My blog is still relatively new and I don’t want potential subscribers to accidentally subscribe to the comments for a post instead of subscribing to my blog content. They’d see a whole lot of nothing if they did that.

    How do I remove the “Subscribe to the Comments For This Post” link?

    For example:

    https://www.myfitnesswithchris.com/stretches-for-your-lower-back.html

    You can see the link at the bottom of the post.

    I am using the CorpBlue theme from blogohblog.com and Feedburner to keep track of feed subscription numbers. I don’t fully understand how it really works. It only gives me a number of total subscribers.

    Thanks for the help…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Please make a backup of your corpblue theme directory in case this does not work out or is not what you want.

    Go to your themes/corpblue and edit the following files:

    archive.php
    index.php
    search.php
    single.php
    welcome.php

    Search for and delete this line

    <div class="lightgray"><a href="<?php print get_permalink() ?>/feed"><img src="<?php bloginfo('template_directory'); ?>/images/feed.gif" border="0" alt="RSS" /> Subscribe to the comments for this post</a></div><!--end of lightgray -->'

    This will remove displaying this link for all posts on your theme.

    If you get errors or the display gets all wonky, please put back that copy I asked you to make.

    Thread Starter ranessirhc

    (@ranessirhc)

    I’ll give it a try. Thanks…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How Do I Remove Subscribe to Comments For This Post?’ is closed to new replies.