cg-feedread stopped reading posts
-
I’ve been using cg-feedread and it worked so well I’ve had others write and ask me what I was using. (Happily I referred them to the chait plugin url).
Now it has stopped updating the feed, I don’t think I have changed anything.
I have it on a non-wordpress page:
https://allergynursing.com
but it is(was) reading a WP blog:
https://climates.allergynursing.com<!-- BEGIN FEEDREAD -->
<?php
$myplugins = "cg-plugins"; // not needed if you have CG-Amazon already above this.
require_once($myplugins."/cg-feedread.php");
?>
<div id="feeditem"><h1>Latest posts from Allergy Climates</h1>
<?php
$feedUrl = "https://climates.allergynursing.com/feed/"; // a sample CNET feed. use your own...
//Params to getSomeFeed function, in order:
//function getSomeFeed($InUrl, $maxItemsPerFeed, $showDetails, $cacheName, $filterCat='',$tLimit = -1, $dLimit = -1, $noHTML = true,
//$showTime = false, $feedStyle = false, $noTitle = false,$showTimeGMT = false, $titleImages = false, $multiSiteTitle=true,
//$makeRSS=false, $rssName="CG-FeedRead Multifeed", $rssLink="https://www.chait.net/")
$feedOut = getSomeFeed($feedUrl, 3, false, "feed-climates", '', -1, 90, false, false, 0, true);
if ($feedOut)
echo $feedOut;
?></div>
<!-- END FEEDREAD -->When I temporarily change the name of the files in the cache_feedread directory I get this on the allergynursing.com page:
XMLParser failed to open (climates.allergynursing.com)
URL: [https://climates.allergynursing.com/feed/]
Error #:Check the feed URL is valid.
Any help would be appreciated, hate to give up a plugin I’ve liked so well!
Lois
- The topic ‘cg-feedread stopped reading posts’ is closed to new replies.