Title: RSS broken
Last modified: August 22, 2016

---

# RSS broken

 *  Resolved [dlpirl](https://wordpress.org/support/users/dlpirl/)
 * (@dlpirl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/)
 * Make installed great and configured well for me at [http://s2pmarketsignal.com/WordPress](http://s2pmarketsignal.com/WordPress),
   with one exception: the RSS feed is now broken. (So of course RSS widgets don’t
   work.) If I switch to another theme, RSS is fine. Oddly, [http://feedly.com/i/subscription/feed/http://s2pmarketsignal.com/WordPress/feed/](http://feedly.com/i/subscription/feed/http://s2pmarketsignal.com/WordPress/feed/)
   still corretly reads the RSS showing all my posts, but entering the URL [http://s2pmarketsignal.com/WordPress/feed/](http://s2pmarketsignal.com/WordPress/feed/)(
   with Make running) shows nothing there. Obviously I’ve tried un-activating and
   re-activating Make as well as turning off various other pluggins, all to no effect.
   The only thing that makes the RSS feed appear is to change to another theme.

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/topic/rss-broken-10/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/rss-broken-10/page/2/?output_format=md)

 *  [Melissa](https://wordpress.org/support/users/emdashing/)
 * (@emdashing)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855819)
 * Hey there,
 * Sorry you’re having this problem. We don’t have any other reports like this, 
   so it must be something unique with your configuration.
 * Are you using a caching plugin by chance?
 *  Thread Starter [dlpirl](https://wordpress.org/support/users/dlpirl/)
 * (@dlpirl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855824)
 * Thanks for your response, Melissa. Nope, I’m not using a caching plugin. I’m 
   guessing that there must be some logic error in how Make produces the RSS feed
   IN CERTAIN CIRCUMSTANCES. Robust RSS Feed reading engines are able to work around
   it, but standard ones (like a browser or WordPress widgets can’t. Here’s the 
   RSS code that is currently being produced on my site as read by a browser. As
   you see it gets cut off right after the name. I don’t know what the stuff at 
   the top is. Maybe that’s a clue?
 * ———- s2pmarketsignal.com/Wordpress/feed ————
    <?xml version=”1.0″ encoding=”UTF-
   8″?><rss version=”2.0″ xmlns:content=”[http://purl.org/rss/1.0/modules/content/&#8221](http://purl.org/rss/1.0/modules/content/&#8221);
   xmlns:wfw=”[http://wellformedweb.org/CommentAPI/&#8221](http://wellformedweb.org/CommentAPI/&#8221);
   xmlns:dc=”[http://purl.org/dc/elements/1.1/&#8221](http://purl.org/dc/elements/1.1/&#8221);
   xmlns:atom=”[http://www.w3.org/2005/Atom&#8221](http://www.w3.org/2005/Atom&#8221);
   xmlns:sy=”[http://purl.org/rss/1.0/modules/syndication/&#8221](http://purl.org/rss/1.0/modules/syndication/&#8221);
   xmlns:slash=”[http://purl.org/rss/1.0/modules/slash/&#8221](http://purl.org/rss/1.0/modules/slash/&#8221);
   >
 * <channel>
    <title>Sand 2 Pirls Market Commentary ————- end of rss feed ————-
 *  Thread Starter [dlpirl](https://wordpress.org/support/users/dlpirl/)
 * (@dlpirl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855825)
 * trying to reply…
 *     ```
       <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
       	xmlns:content="http://purl.org/rss/1.0/modules/content/"
       	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
       	xmlns:dc="http://purl.org/dc/elements/1.1/"
       	xmlns:atom="http://www.w3.org/2005/Atom"
       	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
       	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
       	>
   
       <channel>
       	<title>Sand 2 Pirls Market Commentary
       ```
   
 *  Thread Starter [dlpirl](https://wordpress.org/support/users/dlpirl/)
 * (@dlpirl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855826)
 * Thanks for the response, Melissa. Nope, I’m not using a caching plugin. It seems
   to me that Make must be doing something that in my case produces a non-standard
   rss file that only robust feed reading engines like Feedly can read. Above is
   the rss feed from my browser. As you can see, it is cut off after the title. 
   I don’t know what the stuff at the top is. Maybe that’s a clue?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855828)
 * **[@dlpirl](https://wordpress.org/support/users/dlpirl/)** – sorry, your posts
   were mostly getting caught in the spam filter – posting that many (I deleted 
   10) repeatedly probably triggered it off.
 *  Thread Starter [dlpirl](https://wordpress.org/support/users/dlpirl/)
 * (@dlpirl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855831)
 * Thanks, WPyogi. I think it was my initial posting of the rss code without the
   backquotes code escape that originally set it off.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855832)
 * Yep :)! It’s fussy sometimes – does weird stuff. Seems okay now! We (volunteer)
   mods try to keep a frequent eye on it, but it varies depending on who happens
   to be around. Sorry for the slowness today!
 *  Thread Starter [dlpirl](https://wordpress.org/support/users/dlpirl/)
 * (@dlpirl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855851)
 * I spent more time today on this trying to troubleshoot the issue by completely
   eliminating all plugins. No go. Only thing that works to fix the RSS feed is 
   to change the theme from Make to something else.
 *  [Melissa](https://wordpress.org/support/users/emdashing/)
 * (@emdashing)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855936)
 * Hi there,
 * Sorry, I’m just not able to replicate this and we don’t have any other users 
   reporting this…
 * Have you made _any_ edits to your theme files?
 * Are you using a child theme of Make?
 * Is the parent theme/Make up to date?
 *  Thread Starter [dlpirl](https://wordpress.org/support/users/dlpirl/)
 * (@dlpirl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855938)
 * I have not made any manual edits to the theme files. It is possible that some
   other plugins made such edits, but if so, I have not been able to reverse them.
 * I am not using any child theme of Make.
 * Yes Make is up to date.
 * I have put a LOT of effort into customizing Make using the configuration options
   within Make, so I am not keen on the idea of losing all that work by uninstalling
   and re-installing it.
 * Have YOU personally looked at my issue to verify it?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855940)
 * I actually looked at it the other day – and just now I installed Make on a test
   site and it didn’t have any problems with a valid feed. Given where the error
   shows up in the feed validator, I’m wondering if it’s due to the ampersand in
   your title:
 * `Bull/Bear P&F ratio`
 * Might be totally unrelated, but might be worth checking?
 *  Thread Starter [dlpirl](https://wordpress.org/support/users/dlpirl/)
 * (@dlpirl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855941)
 * Thanks, WPYogi. Good troubleshooting idea. I made changes in the tagline to eliminate“&”
   and “/”. But still no rss feed. I’ll keep it that way for a bit in case there
   is a delayed effect.
 * I fully understand that this issue isn’t occurring for most users so I am not
   surprised that you were not able to replicate it. I just need so help tracking
   down the cause by some one who is familiar with the Make code.
 *  Thread Starter [dlpirl](https://wordpress.org/support/users/dlpirl/)
 * (@dlpirl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855954)
 * just an update. its been a couple of days, and [http://s2pmarketsignal.com/WordPress/feed/](http://s2pmarketsignal.com/WordPress/feed/)
   is still showing blank, so the rss issue has nothing to do with characters in
   the site tagline.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855955)
 * Not sure what else to suggest given that the problem seems specific to your site.
   You said you deactivated ALL of your plugins?
 * If I were you, I’d set up another installation of WP in a sub-directory and see
   if you get the same issue on a brand new install of Make theme – without adding
   anything else.
 *  [Corey – The Theme Foundry](https://wordpress.org/support/users/coreymckrill4ttf/)
 * (@coreymckrill4ttf)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-broken-10/#post-5855963)
 * Hi [@dlpirl](https://wordpress.org/support/users/dlpirl/),
 * Two further questions:
 * A) Which version of WordPress do you have?
 * B) If you turn on [WP_DEBUG](http://codex.wordpress.org/WP_DEBUG) do you see 
   anything further in the RSS feed? The way it cuts off like that makes me think
   there might be a PHP error…

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/topic/rss-broken-10/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/rss-broken-10/page/2/?output_format=md)

The topic ‘RSS broken’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/make/1.10.10/screenshot.jpg)
 * Make
 * [Support Threads](https://wordpress.org/support/theme/make/)
 * [Active Topics](https://wordpress.org/support/theme/make/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/make/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/make/reviews/)

## Tags

 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * 30 replies
 * 4 participants
 * Last reply from: [dlpirl](https://wordpress.org/support/users/dlpirl/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/rss-broken-10/page/2/#post-5856039)
 * Status: resolved