• Trying to get SmartRSS to work, and unfortunately it’s not going well. The RSS feeds are not being imported at all, and it looks like the problem lies in the implode function:

    $data = implode(“”, file($filename));
    echo “…data [“.$data.”] “;

    The data result that I’m displaying returns nothing when the feed is something like:

    http://news.search.yahoo.com/news/rss?p=microsoft+xp”

    As a result, no posts are showing up. Any ideas?

    Thanks,
    -mark

Viewing 2 replies - 1 through 2 (of 2 total)
  • It works for me however; I’d like to post to be the date of the feed – not the date that the feed is brought into my blog.

    >I’d like to post to be the date of the feed – not the date that the feed is brought into my blog.

    Agreed!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SmartRSS and Not Showing RSS items.’ is closed to new replies.