I'm trying to do this ....
http://codex.wordpress.org/Function_Reference/fetch_rss
.... with little success. Excuse me, I'm a beginner.
The test feed is ....
http://www.digikoku.com/p-log/?feed=rss2
My test page where I want to put the feed is in the domain root. 'rss.php' is in http://www.digikoku.com/p-log/wp-includes. Do I need to change the path here?....
<?php include_once(ABSPATH . WPINC . '/rss.php'); ?>
Copying the code from the example and just changing the feed URL gives me nothing. Checking the page source, it only goes as far as the <body> tag. Can anybody give me a step-by-step, or point me in the direction of a tutorial?
Thanks
Mark