iCal Customization
-
I have setup an iCal subscription link to our calendar using the following two support resources…
https://theeventscalendar.com/extensions/advanced-ical-export/
https://theeventscalendar.com/support/forums/topic/ical-feed-with-all-events/This gave me the following querystrings for my list…
?tribe_paged=0&tribe_event_display=list&ical=1&tribe_display=list
?ical=1&tribe_display=custom&start_date=2018&end_date=2020After modifying the extension script a bit to fit the query that I need for my website, I have it mostly working. However, no matter what I do, the results are always limited. I have changed the posts_per_page to -1 in my hook and it still only shows 10 results…
$query->set( ‘posts_per_page’, -1 );
Is there another filter/action that is maybe setting the limit outside of my tribe_events_pre_get_posts filter that I am adding?
Thanks,
Wil
- The topic ‘iCal Customization’ is closed to new replies.