On paranormal-news.xml you show a link to an RSS-feed... it's quit normal that you need to click before you go to that page.
Code:
<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0">
<channel>
<title>Paranormal News</title>
<link>http://thebeyond.info/</link>
<description>The latest Paranormal News, pictures, videos and stories</description>
<item>
<title>Paranormal News</title>
<link>http://thebeyond.info/articles/?feed=rss2</link>
</item></channel>
</rss>
You post this question in the PHP-form, so I conclude you generate paranormal-news.xml with PHP. In that case you should copy all the items of the second page and show it inside of yours... it can't be don (or at least I don't know how to do it) with only a link.
Last edited by bas; 08-23-2008 at 08:34 AM..
|