Support Forum
try this:
add_filter('sph_rss_where', 'my_rss_feeds', 10, 2); function my_rss_feeds($where, $feed) { if ($feed == 'all') $where = '0=1'; return $wwere; }
Visit Cruise Talk Central and Mr Papa's World
slight typo in the default return value...
add_filter('sph_rss_where', 'my_rss_feeds', 10, 2); function my_rss_feeds($where, $feed) { if ($feed == 'all') $where = '0=1'; return $where; }
Visit Cruise Talk Central and Mr Papa's World
just a update, seems a lot of the issues are coming from feedly, and some how they are bypassing that function I added as seen here
https://feedly.com/i/subscript.....forums/rss
but if I just use the all link, it shows nothing
http://thehomesteadingboards.c.....forums/rss
how is that even possible?
are you sure the feedly one is up to date? they are certainly caching the feeds.. perhaps it just needs to expire out?
Visit Cruise Talk Central and Mr Papa's World
it was updating every half or so until I totally disabled the feed again this afternoon, then it stopped updating and the long queries stopped propagating in the error log, I disabled it around 5:00 pm est, last error in the log was at 4:26 pm est and the last forum post feedly is showing is from 5 hours ago, so all three fit the same time frame
1 Guest(s)