• Hi there,
    I am creating an App that will go pick the posts that belong to a specific author.
    Actually, the posts are a duplicate of existing posts with a custom post type.

    To get the list of posts I use wordpress json api.
    What I need to know is how do you identify that a specific post is a duplicate of another post and how could I integrate that on the JSON object of the Post?

    Thank You for Your time!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    There isn’t any data stored in the duplicate post that associates it with the original, so there isn’t any great way to do this. If you leave the duplicated post titles un-modified you could run a query to search my name using the original post tile + ” Copy”, but that’s about all I can think of at the moment.

    Thread Starter rcgcomni

    (@rcgcomni)

    So how do You know that the post is a duplicate of another post?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Duplicator info’ is closed to new replies.