The issue is none of our blog’s RSS URLs work anymore.
The error message they present is along the lines of:
“This page isn’t working .
feeds.azam.info redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS”
The redirect flow seems to be as follows:
https://feeds.feedburner.com/azam -> https://www.azam.info/?feed=rss2 -> https://www.azam.info/feed/ -> https://feeds.azam.info/azam
Redirectdetective.com and other tools show that from the latter it then goes back to https://www.azam.info/?feed=rss2 and then to https://www.azam.info/feed/ and so on and so forth, in an endless loop.
As there is no folder or file in our file manager that is causing the redirects, it must be something within WordPress, one or more of its plugins, Feedburner or follow.it/follow.it’s plugin that is causing the redirects?
I’ve tried to identify what it is and thereby rectify it, but to no avail.
I’ve tried to activate and deactivate the two RSS WordPress plugins we have for our blog several times, but they haven’t enabled the RSS to work. The plugins are Follow.it (“Feedburner Alternative and RSS Redirect Plugin”) and the Feedburner one we’ve always had active (“Feedburner FeedSmith”).
What may I do to fix this so the RSS is working for our blog please?
Thanks in advance for your help.
]]>I have looked through the forum but can’t solve my problem.
My RSS feed doesn’t work anymore. It worked until January without me having to do anything. Now it has stopped working and I have no clue what to do. I have tried a RSS fix plugin, but it didn’t help me. I’m not sure which plugins I have installed since then and I’m trying not to deactive all of them. Any ideas? I’ve tried feed validators which only gives me errors and says it doesn’t work. The theme I’m using is called Juliet.
Any help is much appreciated.
]]>thanks for your support and for your work. I’ve a little problem into Feed RSS. I got too many link into the <description> </description> tag of an RSS post. In this part there should be only a summary (HTML or text) of the content of each article, whereas there is also two links to the homepage, another link to Article itself and one link to author. How do I remove all links and leave only the summary of the content of the item tag description?
NOTE: I’ve never done any modifications of the feed-rss2.php and feedvalidator says that it’s all right.
The code that i tried to check is the default and the part of it that generates the rss posts should be the follow :
<guid isPermaLink="false"><?php the_guid(); ?></guid>
<?php if (get_option('rss_use_excerpt')) : ?>
<description><![CDATA[<?php the_excerpt_rss(); ?>]]></description>
<?php else : ?>
<description><![CDATA[<?php the_excerpt_rss(); ?>]]></description>
<?php $content = get_the_content_feed('rss2'); ?>
<?php if ( strlen( $content ) > 0 ) : ?>
<content:encoded><![CDATA[<?php echo $content; ?>]]></content:encoded>
<?php else : ?>
<content:encoded><![CDATA[<?php the_excerpt_rss(); ?>]]></content:encoded>
<?php endif; ?>
<?php endif; ?>
Thanks for your help.
]]>But I SUcessfully Migrate My Blog from Weebly to wordpress
But I found Problem In WordPress My RSS Feed is not Updating
(www.Marketbhavishyareport.com)
Will U Plz. Rectify Once & HELP ME
Under “follow Me” on my blog,I have installed an RSS icon.
If I click the chicklet from another computer HTML appears, If I click on the “subscribe in a reader” link, it’s ok
Can anyone help?
Thanks in advance.
My Blog link
Thanks in advance
Les
]]>Does anyone know of away to display RSS in a widget using server path instead of URL?
Currently using theme twenty ten as the client like the clear layout of the theme. The silly thing is WP has already generated the feed and can be seen by typing in the direct url or pressing the RSS button on the browser.
Thanks in advance
]]>Here’s the problem:
line 1, column 0: Undefined root element: link
<link href=”wp-content/themes/custom-child/style.css” rel=”stylesheet” type= …
line 8, column 0: XML parsing error: <unknown>:8:0: junk after document element
<!DOCTYPE html>
Now if I go and check my rss feed source code it shows that in the very first line there is “<link href=”wp-content/themes/custom-child/style.css” rel=”stylesheet” type= … instead of “<?xml version=”1.0″ encoding=”UTF-8″?>”
I’m wondering why is that. Any idea to solve that?
I am using custom community theme.
Cheers
]]>error on line 2 at column 487: XML declaration allowed only at the start of the document
I was wondering is there a way to solve this? Thank you
]]>