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)
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