Duplicate Enteries of Recurring Events

Home Forums Calendar Products Events Calendar PRO Duplicate Enteries of Recurring Events

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #49805
    porchdallas
    Participant

    Hello there,
    Plugin is working Great, I have an issue with Recurring Events, In fact Am running a Loop of All events using custom post type tribe_events.
    But when I Recurring an Event Plugin make instances of event with same id and loop fetch it multiple times.
    How I can Exclude if Same ID already in the loop.
    Please help Because website is live and Peoples may be confused for Awkward Events list.
    http://www.theporchdallas.com/events/
    See “The Porch @ Watermark”
    Looking forward for a quicker help.
    Last time when I submitted the same Question you asked me for search in forum thread may be someone have same question, I searched but i didn’t found the same issue with anyone.
    Any help will be appreciated.
    Regards

    #49846
    Barry
    Member

    Hi porchdallas,

    If this is a follow-up from this topic then there is no need to create a new thread, we could simply keep the conversation going there.

    Again, if this relates to some custom code you have written, can you share what you have done so we can take a look? Services like Pastebin and Gist are excellent tools for sharing code (posting it directly in the forum won’t work very nicely).

    Thanks!

    #49860
    porchdallas
    Participant

    Hello Barry,
    This is a separate issue Please click on following link and see the loop code.
    https://gist.github.com/anonymous/5657923

    #49861
    Barry
    Member

    OK, so a couple of ideas here:

    – You could try working with tribe_get_events() instead of directly working with WP_Query (it pretty much accepts the same parameters though).

    – You could record post IDs in an array and skip subsequent posts with the same ID.

    #49884
    porchdallas
    Participant

    Barry Can you please write a code snnipt for me, Am Worried that Website is live and no solution from last 5 days.
    If you could provide me Loop Code that will be great help.
    Thanks
    Regards

    #49885
    Barry
    Member

    Perhaps something like this could be a starting point for you?

    #49889
    porchdallas
    Participant

    Thanks Barry,
    Can you please send me via Gist, in fact pastebin is banned by my web master.
    Thanks

    #49942
    Barry
    Member
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Duplicate Enteries of Recurring Events’ is closed to new replies.