[Plugin: RSSImport] Problems with php method
-
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
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: RSSImport] Problems with php method’ is closed to new replies.