More RSS feed items?
-
Dear P?r:
Thank you so much for this wonderful plugin!
I’d like to download the history as a CSV file so that I can examine it in Excel. I’ve done this by writing a function that reads Simple History’s RSS feed.
The problem is that the feed had only 10 items in it. To work around this, I changed the code in “simple-history/index.php” (version 1.3.6), line 444, from
$arr_items = simple_history_get_items_array("items=10");
to
$arr_items = simple_history_get_items_array("items=all");
Is there a way to do what I want without having to make this change to the plugin code? Perhaps the number of items in the RSS feed could be set by an option, or by a filter?
Thanks again for the great plugin!
Dharmaraj
- The topic ‘More RSS feed items?’ is closed to new replies.