The post-duplication tag has no wiki summary.
1
vote
1answer
272 views
How to avoid duplicate posts on front page?
how to avoid duplicate posts on front page?
i have 1 category 'news' for all posts and some categories like 'vegetables' and 'fruits'.
Each post is in 'news' and particular category.
At the top of ...
0
votes
3answers
525 views
How to prevent duplicate posts with wp_insert_post on single.php?
I'm getting a really strange bug (WP 3.1.3). My goal is to have users create a new post simply by landing on a single post. In order to make that happen, I have the following code in my single.php:
...