brianmaguire
Member
Posted 3 months ago #
I am trying to add a news aggregator page to my blog and I'm hitting a brick wall. I am trying to use wp-rss-aggregator and I'm obviously missing something basic. Is there a step-by-step guide to using this plugin, if at all possible including its relation to simplepie?
I have tried simply dropping the shortcode [wp-rss-aggregator] into a page and that all that shows is "[wp-rss-aggregator]" despite that fact that I added 2 feeds using the RSS Aggregator option in the Settings menu.
What am I missing?
TheFlaneur
Member
Posted 3 months ago #
hi,
I had the same problem. I realised you had to add parameters. Try
[wp_rss_aggregator date_before='<h2>' date_after='</h2>']
which I found under installation. That brings up the list.
I can't get the links to work, but I hope that helps,
Jonathan
brianmaguire
Member
Posted 3 months ago #
Thanks! That was the solution. Oddly enough, the links are working for me, at least so far.
Brian
TribalDancer
Member
Posted 2 months ago #
Can anyone fill me in on what one can plug into date_before and date_after to be able to filter results to specific time period?
Some of the blogs I plan to aggregate go back to 2007, which makes for a very long list. I am more interested in showing results from only the past 3 months or so. Can you help?