Title: Duplicate Posts
Last modified: August 22, 2016

---

# Duplicate Posts

 *  Resolved [tristaanogre](https://wordpress.org/support/users/tristaanogre/)
 * (@tristaanogre)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/)
 * For a while now, we’ve been experiencing a problem with FeedWordPress where, 
   even though articles are being Zapped, they are still being resyndicated and 
   added to the posts table.
 * We’ve been working at figuring out if there is another plugin that is interferring
   but, so far, we haven’t figured anything out. This appears to have started happening
   sometime in the last couple of months so it may be in conjunction with the upgrade
   of WordPress to 4.1 or 4.1.1.
 * Any help or insight would be appreciated.
 * [https://wordpress.org/plugins/feedwordpress/](https://wordpress.org/plugins/feedwordpress/)

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/page/2/?output_format=md)

 *  [chikaboo1](https://wordpress.org/support/users/chikaboo1/)
 * (@chikaboo1)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895365)
 * Hi,
 * I have been experiencing the same problem recently. Have you found any kind of
   solution yet?
 *  Thread Starter [tristaanogre](https://wordpress.org/support/users/tristaanogre/)
 * (@tristaanogre)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895368)
 * We replaced our plugin with a different one so, no, haven’t figured it out yet.
   I’m hoping that, perhaps, the FeedWordPress developer wakes up and corrects the
   problem.
 *  [niziou](https://wordpress.org/support/users/niziou/)
 * (@niziou)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895394)
 * Could you be more specific and tell me what is the name of this other plugin?
   because I have problems with duplicates as well.
 *  Thread Starter [tristaanogre](https://wordpress.org/support/users/tristaanogre/)
 * (@tristaanogre)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895395)
 * We’re using CyberSyn right now. It’s about on the level of FeedWordPress but 
   not as robust in some of the features. It’ll do…
 *  [jmcglone](https://wordpress.org/support/users/jmcglone/)
 * (@jmcglone)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895396)
 * I can confirm I am also experiencing this same ‘duplicate posts’ bug since upgrading
   to version 2014.0805 of this plugin and have had to modify the FWP settings to
   not auto post syndicated sites (sets posts as pending, which is slightly inconvenient,
   but not awful).
 * FWIW, I was previously using version 2013.0504 with WP 4.1 and all seemed to 
   work fine, so somewhere along the way this duplicate post bug was introduced.
 *  [Peter](https://wordpress.org/support/users/pridge/)
 * (@pridge)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895406)
 * I also ran into the duplication problem in the past with version 2014.0805. Sometimes
   it will make a dozen or more duplicates. Rolling back to the previous version,
   2013.0504, is significantly better in that it infrequently makes a dupe and when
   it does usually only makes one extra.
 * @jcmglone: When setting not to autopost, does that stop the duplication or does
   it just give you an opportunity to approve one copy of each story?
 *  Thread Starter [tristaanogre](https://wordpress.org/support/users/tristaanogre/)
 * (@tristaanogre)
 * [11 years ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895414)
 * Bump… I see there’s a new version out… has this been addressed?
 *  [Peter](https://wordpress.org/support/users/pridge/)
 * (@pridge)
 * [11 years ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895415)
 * Unfortunately, I don’t see any updated information in the changelog.
 *  Thread Starter [tristaanogre](https://wordpress.org/support/users/tristaanogre/)
 * (@tristaanogre)
 * [11 years ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895423)
 * OK… I think I resolved it on my own… however, I think it is still a problem in
   the plugin.
 * We have over 50 feeds we’re bringing in to our website and we’re doing duplicate
   checking on them all. It seems that there’s a performance problem somewhere that,
   when a feed is taking a long time to update AND do duplicate checking, if another
   feed tries to do so at the same time, it fails the duplicate checks. It sounds
   like a table lock on the SQL database with regards to the queries for duplicate
   checking.
 * So, I changed some settings to see if I could correct the timing:
 * 1) I changed the “Updates” to check before page loads instead of after.
    2) I
   set a time limit on updates to 30 seconds. If it takes longer than 30 seconds
   to update a feed, then something else is going on and we’ll skip and come back
   later. 3) I set the fetch timeout to 10 seconds. Again, this fetch should be 
   pretty quick. If it’s not, move on.
 * This combination has pretty much done away with our duplicate posts. As mentioned,
   I THINK there still is a problem with the SQL queries where something is locking
   something else but, for now, I’m happy.
 *  [Peter](https://wordpress.org/support/users/pridge/)
 * (@pridge)
 * [11 years ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895424)
 * [@tristaanogre](https://wordpress.org/support/users/tristaanogre/): I’m still
   not sure what it is. I’m only pulling in one feed, once an hour, yet the problematic
   version of the plugin will still make duplicates. It could be an issue with locking
   under certain conditions such that the plugin can’t see duplicate records, but
   I haven’t seen the problem occur consistently.
 * Looking through the code, it’s a pretty complex plugin (dealing with messy feeds
   and WP issues gave the author a lot of headaches). Reverting to the 2013 version
   was easier than debugging the 2014 one. 😉
 * Have you tried the new 2015 version?
 *  [Peter](https://wordpress.org/support/users/pridge/)
 * (@pridge)
 * [11 years ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895425)
 * I just noticed that this thread has been marked [resolved]. Does that mean the
   2015 version fixes it. I still don’t see a changelog for the new version.
 *  [tmakitalo](https://wordpress.org/support/users/tmakitalo/)
 * (@tmakitalo)
 * [11 years ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895426)
 * I´m using the latest version but the plugin still fetch the same post 2-4 times
   sometimes.
 * Any ideas? Why is this marked as resolved?
 *  [Peter](https://wordpress.org/support/users/pridge/)
 * (@pridge)
 * [11 years ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895427)
 * [@tmakitalo](https://wordpress.org/support/users/tmakitalo/) : Try setting up
   a cron to update feedwordpress every 20 minutes instead of using the autoupdate.
   Does that prevent the duplicates?
 *  [att](https://wordpress.org/support/users/att/)
 * (@att)
 * [11 years ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895428)
 * I do not understand why this thread has been marked [resolved] at least 2 times.
 * The issue “Duplicate Posts” persists, although I tried to use a lot of different
   settings.
 * This is one of the best WP plugins, but its “Duplicate Posts” issue depreciate
   it seriously!
 *  Thread Starter [tristaanogre](https://wordpress.org/support/users/tristaanogre/)
 * (@tristaanogre)
 * [11 years ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/#post-5895429)
 * To answer the questions, scroll up to my previous post.
 * > We have over 50 feeds we’re bringing in to our website and we’re doing duplicate
   > checking on them all. It seems that there’s a performance problem somewhere
   > that, when a feed is taking a long time to update AND do duplicate checking,
   > if another feed tries to do so at the same time, it fails the duplicate checks.
   > It sounds like a table lock on the SQL database with regards to the queries
   > for duplicate checking.
   > So, I changed some settings to see if I could correct the timing:
   > 1) I changed the “Updates” to check before page loads instead of after.
   >  2)
   > I set a time limit on updates to 30 seconds. If it takes longer than 30 seconds
   > to update a feed, then something else is going on and we’ll skip and come back
   > later. 3) I set the fetch timeout to 10 seconds. Again, this fetch should be
   > pretty quick. If it’s not, move on.
 * Using the 2015 version and changing the settings as noted, I’ve resolved the 
   duplicate posts. As the originator of this thread, I marked it as resolved because,
   for me, at least for now, it is resolved. I have heard bupkis from the developer
   on an actual code resolution so I’ve pretty much written that off for now…
 * If you are still having problems, I’d suggest you open another thread and document
   your problems. At this time, it’s no longer an issue for me.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/page/2/?output_format=md)

The topic ‘Duplicate Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/feedwordpress_a6a79a.svg)
 * [FeedWordPress](https://wordpress.org/plugins/feedwordpress/)
 * [Support Threads](https://wordpress.org/support/plugin/feedwordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/feedwordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedwordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedwordpress/reviews/)

## Tags

 * [duplicate posts](https://wordpress.org/support/topic-tag/duplicate-posts/)

 * 19 replies
 * 11 participants
 * Last reply from: [Angelo Rocha](https://wordpress.org/support/users/angelorocha/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/feedwordpress-duplicate-posts-1/page/2/#post-5895451)
 * Status: resolved