extdose
Forum Replies Created
-
Install this FeedWordPress Add-on Plugin:
FWP+: Limit Posts By Date
http://projects.radgeek.com/fwp-limit-posts-by-date/It will let you set limits on the date and number of posts.
There seems to be a minor bug which I seem to have fixed by replacing the double quotes with single quotes around line #174 on fwp-limit-posts-by-date.php
Replace:
$val = $page->setting(“post number filter”, 5);with
$val = $page->setting(‘post number filter’, 5);
Forum: Plugins
In reply to: feedwordpress not updatingAlso, when I turn on the diagnostics mode, it displays:
Diag | Considering Item <item item title>…
Diag | Inserting Item <item title>And this happens only for the first one or two items and it does create new posts for these 1 or 2 items.
For all the subsequent items it just says
Diag | Considering Item…
and wouldn’t insert / create new posts for any of these items.
Thought feed has been polled and considered, only the first x feed items are inserted as posts and rest are considered but not inserted.
Could this be related to low memory availability on the hosting server? How much memory would be optimal?
Appreciate any help.
Thank you.
Forum: Plugins
In reply to: feedwordpress not updating+1
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Not all post importing+1