CG-FeedRead and WP1.5?
-
Can anyone confirm whether their CG-FeedRead is working with WP1.5? It isn’t working for me:
https://blog.zoblue.com/web-news.phpI uploaded the plugin cg-feedread-plugin.php to the plugins folder (and the appropriate sub-folder cg-plugins).
But I get this error on that page:
Fatal error: Call to undefined function: getsomefeed() in /home/zobluec/public_html/blog/web-news.php on line 29here’s the code on that line:
<?php
$feedUrl = "https://www.alistapart.com/rss.xml";
$feedOut = getSomeFeed($feedUrl, 4, true, "feed-alistapart", '', 50, 100, 1); <!--this is line 29-->
if ($feedOut)
echo $feedOut;
?>
Has this happened to anyone else? I’m using version 1.0fc2. Thanks in advance!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘CG-FeedRead and WP1.5?’ is closed to new replies.