Home › Forums › Calendar Products › Events Calendar PRO › Duplicate Enteries of Recurring Events
- This topic has 7 replies, 2 voices, and was last updated 13 years ago by
Barry.
-
AuthorPosts
-
May 25, 2013 at 10:05 pm #49805
porchdallas
ParticipantHello 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.
RegardsMay 27, 2013 at 8:09 am #49846Barry
MemberHi 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!
May 27, 2013 at 9:28 am #49860porchdallas
ParticipantHello Barry,
This is a separate issue Please click on following link and see the loop code.
https://gist.github.com/anonymous/5657923May 27, 2013 at 9:45 am #49861Barry
MemberOK, 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.
May 27, 2013 at 11:12 am #49884porchdallas
ParticipantBarry 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
RegardsMay 27, 2013 at 12:12 pm #49885Barry
MemberPerhaps something like this could be a starting point for you?
May 27, 2013 at 12:26 pm #49889porchdallas
ParticipantThanks Barry,
Can you please send me via Gist, in fact pastebin is banned by my web master.
ThanksMay 28, 2013 at 6:11 am #49942Barry
MemberOf course: https://gist.github.com/anonymous/5662651
-
AuthorPosts
- The topic ‘Duplicate Enteries of Recurring Events’ is closed to new replies.
