-
7 Sep 2007
There's a serious dearth of FeedWordPress filter plugins out there. I aim to rectify the situation. FeedWordPress Collapse Filter will collapse multiple posts being imported from a single feed into a single post. I use it here on Plutor.org to keep Flickr photos (which I frequently upload by the handfuls) from overwhelming everything else. Each syndicated feed can be separately configured to collapse (or not) with a different time threshold.
Have something to say? Add your own comment
dave says:
unzipped file, looked at FeedWordPress Collapse Filter, the last 2 lines seem incomplete?? this is what I have:
add_action(’feedwordpress_check_feed’, ‘fwpc_check_feed’);
add_action(
what is the second add_action( supposed to be?
and how to install?? where to place, what options?
Post a Comment