Hi!
I love the Enfold theme. OMG what a difference it is making in my development velocity.
I’m working on a newsletter that uses the All-In-One Events Calendar plugin. A good humber of events are recurring. The Magazine Element only wants to show the first event in the series, not the upcoming events. Anything I can do to show only a specified number of future events?
Thank you!
Drew
Hey drewfr,
Thank you for using Enfold.
The magazine can only query posts base on its taxonomy and terms. I’m not sure if it can query recurring events. Please ask the plugin author for the “recurring events” query and then use the “avf_magazine_entries_query” filter to adjust the default query of the magazine element. Examples:
// https://kriesi.at/support/topic/magazine-element-only-shows-40-post/#post-688278
// https://kriesi.at/support/topic/magazine-element-feed-adjustment/#post-649465
Best regards,
Ismael