george09
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] Publication in duplicate, triple and moreHello,
I have sent you via email a copy of the two “Post GUID and Meta Data” listings for the duplicate posts.I have also provided you, all the information about the additional add-ons that i use alongside with Feedwordpress.Thank you for all your assistance.Forum: Plugins
In reply to: [FeedWordPress] Publication in duplicate, triple and moreHello,
Thanks for the quick reply.I use the Feedwordpress with the same setting on the “updates” scroll down menu (cron job or manual updates) 3,5 years ago without having any duplicate post or other issues. Sunddely and without changing nothing else on my setup, i have many duplicate posts from all my feeds.I run the 2013.0504 version with a cron job in an older (3.4.2) wp version.Thank you kindly.Forum: Plugins
In reply to: [FeedWordPress] Publication in duplicate, triple and moreHello,
I need some help with the duplicate posts.Is there any solution for this problem ?Forum: Plugins
In reply to: [WP Pipes] Time on Syndicated PostsI have already done the setup on the “Limit items”(more options tab) but this only limits the number of posts that i grab for each pipe.I want to limit the number of posts from all my published pipes.For example: Now i have 28 pipes(1 for each category) and i want every time to grab 1 post (the most recently) from all my pipes that i have set as published.Take a look on this hook that i had add in functions.php, in order to find a solution with another plugin.
function fwp_first_item( $data, $fwp )
{
static $first = true;
if ( ! $first ) return null;
$first = false;
return $data;
}
add_filter( ‘syndicated_post’, ‘fwp_first_item’, 10, 2 );Here is an example of a pipe>> https://www.mediafire.com/download/d72a8cbg8zarfxi/rss-issue-video.zip The problem with the videos is the same with all my pipes (different rss feeds).Thank you again for helping me to solve this.
Forum: Plugins
In reply to: [WP Pipes] Time on Syndicated PostsHello again and thank you for the quick reply.I have two more issues here and i need some help.I am trying to set up the plugin for an online site and now i am making some tests locally.When i test the plugin manually with the “test this pipe button” the content is looking fine inside the posts.When i test it with the cron, the posts have no videos embedded.The videos (in the feed) are inside an iframe and i use the “get Fulltext processor” with parser code parameters to grab the content.The other issue is that i want every time i call the cron, to skip all feed results except the first one(1 post each time) and not to pull posts from all my pipes at once.Thank you kindly.
Forum: Hacks
In reply to: WP Custom Update – Want to update post automaticallyHello Did you find a solution to your problem?
Forum: Plugins
In reply to: [FeedWordPress] Number of Postshi and thanks for the quick reply .I tried to add this code in my functions.php and it gives me a fatal error. So i would like to ask something else that maybe is a little more easy. I tried for the same purpose to use the Limit posts by date plugin. It works for limiting the posts number but there is an issue.When a feed contains more posts than the number that i have set up to pull, the plugin limits the number of the posts but not the syndicated items(?) from the rest posts (out of my target).So in this case when i use a plugin for caching locally the images (cache images) the images from the rest posts (skipped posts) are also imported on my media library. Is any filter for the syndicated items for skip them all except those ones that icluded in the posts that i pull.Thanks again.
Forum: Plugins
In reply to: [FeedWordPress] Number of Postshello.I would like to ask if it’s possible with a function to syndicate 1 post (most recent) from each feed at once .I have set 10 feeds and i want, when i update them (manual or with cron job) to pull 1 post for each one (1×10=10 posts).I have tested the above function and it works but it gives me as result only 1 post from all my feeds. I have tried also to use the” limit posts by date” plugin without success. I need some help for this, thanks.
hello! The plugin looks very nice except that i have the same problem with the excerpts. I have tried to test it with several feeds but the result is the same. The full content of a post goes inside the excerpt field. All the other posts have limited excerpts (25 words).How can i fix this issue.
Thanks