Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Here is one of many examples:
http://gvcfoundation.org/feed/
My question, however, is NOT site specific; rather, I want to know where in WordPress code is RSS managed?
The RSS feeds are generated by WP core files – which should never be edited. Have you moved this site since WordPress was installed?
Can we see the site using the default Twenty Fourteen theme with all plugins deactivated?
Try this site: http://faribaultchiropractor.com
ZERO active plugins
2014 theme
NO RSS feed
Please, do this quickly!
You appear to be redirecting all calls for http://faribaultchiropractor.com/feed to http://faribaultchiropractor.com
WordPress does not do this by default.
No, I’m not. I had a redirect plugin; but, it’s disabled
Where can I upload screenshots?
What do you get with this?
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Ffaribaultchiropractor.com%2Ffeed%2F
Sorry
This feed does not validate.
Server returned HTTP Error 404: Not Found [help]
Source: http://faribaultchiropractor.com/feed/
<?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/"
>
...
When I go directly to: http://faribaultchiropractor.com/feed/
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<rss 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/" version="2.0">
<channel>
<title>Faribault Chiropractor » Page not found</title>
<atom:link href="http://faribaultchiropractor.com/feed/" rel="self" type="application/rss+xml"/>
<link>http://faribaultchiropractor.com</link>
<description>Faribault Chiropractors are Minnesota's best!</description>
<lastBuildDate>Mon, 30 Jun 2014 01:16:08 +0000</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://ww.wp.xz.cn/?v=3.9.1</generator>
</channel>
</rss>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Have you tried:
– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
ALL plugins are disabled, which is what you 1st asked me to do
I cannot get to cpanel from here – have to do it later
Have you published any Posts yet?
One for test purposes only
What is in your root .htaccess file?
In the root of this host on a shared server:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
For a very limited time, I have manually “reset” the plugin folder according to your WP authority page:
wp_options, under the option_name column (field) find the active_plugins row
Change the option_value field to: a:0:{}
Back to 2014 theme
Cache deleted
RSS does NOT work!
http://feedvalidator.org/ says:
“Sorry
This feed does not validate.
Server returned HTTP Error 404: Not Found [help]
HTTP error with content that looks like a feed [help]
Source: http://faribaultchiropractor.com/feed/
<?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/”
>
…
“
http://validator.w3.org/ says this:
“Sorry
This feed does not validate.
Server returned HTTP Error 404: Not Found [help]
Source: http://faribaultchiropractor.com/feed/
<?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/”
>
…
“
How long need I leave this site like this?
Please, advise. Thank you
Your post for testing purposes, is it currently published publicly (not private or draft) and could you get a link for us?
Typically, feeds don’t exist (and behave exactly like you’re experiencing) when there are no publicly published posts.
OK, thank you – now I understand
So, the RSS feed will not show pages?