I’m using the following shortcode to display upcoming events on my homepage [tribe_events_list cost=”yes” venue=”yes”]
When I click on “view more” at the end of the list I’m taken to my main events page where I then see the exact same 10 events I just saw on the home page, rather than seeing the next set of 10, which is what i would expect after clicking “view more”. Is there an easy way to adjust this? Do I need to send them to page 2 of that list? If so, where would I make that change?
I would love to help you find a solution for this.
I just wrote a snippet for you that I think will solve your problem perfectly! If you paste this in your functions.php file it should take you Page 2 instead:
Before I did not explain why we don’t automatically link to page 2. On most sites the widget shows ~5 events, while the list view shows 10+. Thus clicking “View More…” really does show you more events. But, in your case they are both showing 10, and clicking View More doesn’t behave quite as we’d expect. So this snippet should work great for uses like yours.
Thank you for getting back. Cheers!
– Brook
Author
Posts
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘Upcoming events "view more" link’ is closed to new replies.