Title: weblaunchr's Replies | WordPress.org

---

# weblaunchr

  [  ](https://wordpress.org/support/users/weblaunchr/)

 *   [Profile](https://wordpress.org/support/users/weblaunchr/)
 *   [Topics Started](https://wordpress.org/support/users/weblaunchr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/weblaunchr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/weblaunchr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/weblaunchr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/weblaunchr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/weblaunchr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Twitter posts to Blog] Duplicate tweets being imported](https://wordpress.org/support/topic/duplicate-tweets-being-imported/)
 *  Thread Starter [weblaunchr](https://wordpress.org/support/users/weblaunchr/)
 * (@weblaunchr)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/duplicate-tweets-being-imported/#post-5054619)
 * Hi mmrs151,
 * We ended up running a check for duplicate posts every 24 hours.
 * Basic idea is to set an option of a timestamp, check against this see if 24 hours
   as elapsed if it has, run the function.
 * The function I ended up writing, gets all posts, adds their title and id to a
   new array, looks for duplicates, when it finds a duplicate, it then unpublishes
   or deletes that post.
 * If you can make use of the wordpress codex, you should be able to work your way
   through it. Is an annoying issue though.

Viewing 1 replies (of 1 total)