I had the following warning in my logs:
[php7:warn] [pid 1786] [client 127.0.0.1:59422] PHP Warning: Invalid argument supplied for foreach() in /home/apt/plugins/wordpress/wp-filter-combine-rss-feeds/inc/wpfcrf-import-feeds-items.php on line 233, referer:[…]
which I’ve eliminated by replacing line 232 in inc/wpfcrf-import-feeds-items.php file from:
foreach($data->item as $key => $valeur) {
to:
if ($title != “”) foreach($data->item as $key => $valeur) {
]]>Hi,
I love the concept of the plugin . . . it is just what I was seeking . . .
But there is one minor problem . . . The default number for posts per page is 10, and I would like to change that . . .
I have gone through the three links you posted about changes not saving and nothing helped . . .
Is there a way to change one of the existing files manually so that the number is different? If so, which file and what changes?
Thank you greatly . . .
]]>I am trying to use the RSS Feeds plugin bau I cannot be able to make the scheduled update running.
In the settings I have selected the Frequency of automatic update of RSS feeds to once a day but no updates are performed for days. If i perform a manual update all entries are update.
The strange thing is that in the settings page i see now the msg “Next update: 2018-09-29 14:40:15” even if the datetime on system is now 2018-10-02 19.55.20
The 29 of September is the date when I activated the plugin.
Do you have any suggestions how to debug this issue?
Hi there,
I have high hopes for this plugin, which is much needed. Are there additional shortcodes that may be used to control custom fields in the search form? For example, I’d like to be able to search by job type and location.
Many thanks,
Diana
I did the test with this plugin on two of my websites (different servers, just to make sure) and I ran 2 times into the same problem: in “settings” the button “save changes” does not work, so I can only publish with the default settings.
There was also a problem with reading two out of three rss-feeds, even though they work fine.
]]>