• Kathy

    (@thewildbonbon)


    Hello.

    I am trying to figure out how to allow visitors to my blog to subscribe to the blog’s feed. I had installed and activated the following plugin (Subscribe Me), but it wasn’t lining up properly on my sidebar and I couldn’t figure out how to fix it. So I deactivated it.

    Now on the footer of my blog there are two links: Entries (RSS) and Comments. Are those supposed to allow people to subscribe to my blog’s feed when they click on those links? If so, they don’t work as I am not sure how to or which code to change in order for this to work.

    Any help is greatly appreciated.

    My blog can be found here
    https://www.wildbonbon.com/blog

    Thanks.

    Kathy

Viewing 4 replies - 1 through 4 (of 4 total)
  • Edit the footer.php and remove the word “feed” from the links. It will work. Those that want to subscribe to those feeds will know what to do with them ??

    Thread Starter Kathy

    (@thewildbonbon)

    I think this is the code you are talking about.

    <?php printf (_g('%1$s is &copy; %2$s'), get_bloginfo('name'), giraffe_author ()) ?>
    <br/>
    <a href="feed:<?php bloginfo('rss2_url'); ?>">
    <?php printf (_g('Entries (RSS)</a> and %sComments (RSS)</a>'), '<a href="feed:'.get_bloginfo('comments_rss2_url').'">'); ?>
    <!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. -->

    Please tell me how to change it.

    Thanks.

    Remove the word “feed:” in both places you see it up there.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    He already told you how to change it. Remove the “feed:” from the links. It’s in there twice in the code you posted.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Subscribing to blog feed from the blog’ is closed to new replies.