aliferis
Member
Posted 1 year ago #
I am having trouble getting any of the parameters to work in the php code (except the first 2, display and feedurl:
for example: $date
This is my code - inside page.php - it returns the events and displays them in my page, but extra parameters have no effect.
$rssurl01= 'https://myrssfeedurl?categories='.$cat.'&date='.$Date1;
RSSImport(5, $feedurl = $rssurl01, $date = true);
Am I doing something wrong ?
thanks
joe
http://wordpress.org/extend/plugins/rss-import/
Use the dubug function in the plugin debug="true= for check the correct url and items.
I'm having the same problem, and debug isn't giving me any helpful info. It just tacks a numeral 1 to the end of the feed display.
Aliferis - did you find a solution?
jimmywhofan
Member
Posted 1 year ago #
Same problems for me. I cant get the RSS items to have spaces between them...they just appear right after each other.