• Hi,

    I tried removing “feed:” but it does not appear.
    Here’s what I currently have:

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    Please advise what to do
    Thank you

Viewing 14 replies - 1 through 14 (of 14 total)
  • 1. Which theme?
    2. The code you posted seems to be from a header.php
    3. All the advices concerning the “feed:” removal refer to the footer.php or sidebar.php (depending on the theme)

    Thread Starter v2006

    (@v2006)

    mistylook-101 from
    https://themes.wordpress.net/columns/2-columns/831/mistylook-101/

    Thanks for your swift reply

    For that theme you may wan to look in header.php AFTER the <body> tag in a section named “feedarea”.

    Thread Starter v2006

    (@v2006)

    Thanks…what do I need to change in this header code?

    <dl>
    <dt><strong>Subscribe to</strong></dt>
    <dd><a>">Posts</a></dd>
    <dd><a>">Comments</a></dd>
    </dl>

    You said:
    I tried removing “feed:” but it does not appear.

    Obvioulsy you tried it in the wrong place. Now you got the right place…

    (Your code above is messed up, because you didn’t use the backticks…)

    Thread Starter v2006

    (@v2006)

    I removed the “feed: from the code below but the RSS still does not function…what am I missing?


    <div id="feedarea">
    <dl>
    <dt>Subscribe to</dt>
    <dd>">Posts</dd>
    <dd>">Comments</dd>
    </dl>
    </div><!-- end id:feedarea -->

    I don’t know what you are missing… we are missing a link to see it for ourselves.

    Thread Starter v2006

    (@v2006)

    What is a backtick and how do I use it to enable you to see the correct code?

    Thread Starter v2006

    (@v2006)

    <div id="feedarea">
    <dl>
    <dt><strong>Subscribe to</strong></dt>
    <dd><a href="<?php bloginfo('rss2_url'); ?>">Posts</a></dd>
    <dd><a href="<?php bloginfo('comments_rss2_url'); ?>">Comments</a></dd>
    </dl>
    </div>

    Thread Starter v2006

    (@v2006)

    Can you tell me what is wrong in the code above?

    Nothing obvious, assuming your Permalinks are functioning.

    A link to your blog would be helpful.

    Thread Starter v2006

    (@v2006)

    Here’s the link:

    real-estate-md.biz/blog/

    Thanks for taking the time to advise.

    Well, wait a second here. What are we trying to fix? That feed looks fine. As does the link to it.

    Thread Starter v2006

    (@v2006)

    It’s working fine now
    My Feed Reader is Pluck and it was not bringing up any pages.
    Which feed reader do you recommend?

    Thanks for your patience

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘RSS Feeds/Comments don’t appear’ is closed to new replies.