• I am integrating WP with an existing site and not using themes – rather just using the loop within the site. That is fine, all working ok – except the feeds fail to load.

    So I looked into the WP code and wp-blog-header.php looks for template-loader.php looks for wp-feed.php amongst other things.

    Am I write in assuming that because I am not using a template it isn’t finding wp-feed.php and that’s the reason why the feeds won’t load?

    If that’s the case how can I get the feeds to work without using a template?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Feeds are handled by scripts which exist outside the template structure. Just make sure to copy these files from the root WP installation directory to your blog’s root:

    wp-feed.php
    wp-rss.php (RSS .92)
    wp-rdf.php (RDF/RSS 1.0)
    wp-rss2.php (RSS 2.0)
    wp-atom.php (Atom 0.3)

    For any rss format you don’t intend to support, you can discard that script.

    Thread Starter tiiimmt

    (@tiiimmt)

    I installed WP into the public_html/news folder. The installation directory is the same as the blog directory with the files you mentioned in this directory. Yet I still get the same error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error finding feed’ is closed to new replies.