• I am new to Bloging Software and PHP. But i have a Database background. I am trying to add a rss feed to one of my WP pages but im confused(constant state) with all of the RSS Aggs and readers. I think i want to use CG-Feedread but the instructions on installing are Greek to me. Can someone please set me on the path to harmony. I have read through most of the post here but just can’t find one that puts me on the path. I will be pulling https://www.camelotherald.com/xml/news.rss and placing it on a page in WP

Viewing 2 replies - 1 through 2 (of 2 total)
  • Don’t double post! Usually, it gets deleted…

    There are two approaches:
    1. Create a custom feed page template with the PHP code in it, and in the Page editor set that to be the page template for the feed page.
    2. Use a PHP-embedding plugin (php-exec, whatever) that allows PHP within the Page content body, and put the PHP code in the page directly.

    I like the former as it gives more control. If you go for the former, you can simply follow the instructions for calling getSomeFeed, or follow the CG-FeedRead sample php file as a way to include multiple feeds in one page, in one call.

    -d

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS Feed to a Page’ is closed to new replies.