I'm looking for a solution to insert a next event and previous event navigation in a single event page. I can do it with elementor but it's a navigation by ID and not by date. Thanks for your feedback.
Thanks for the code. but i used method 1 (the one with elementor) to view the single event page, i don't think the code works with this method. it uses the page Theme/planto (theme name)/single and then uses a page template in template-parts. i think your code works with method 2 including the creation of the page single-stec_event.php, is it possible to create a widget?
Hello,
I'm looking for a solution to insert a next event and previous event navigation in a single event page. I can do it with elementor but it's a navigation by ID and not by date.
Thanks for your feedback.
Hi,
There is no built-in prev next buttons.
I just wrote you a small php hook that will do this.
Place this hook in your child-theme functions.php file
If there are next or previous events it will display links at the bottom of the content like following:
You will have to style the links.
Stachethemes Developer
Thanks for the code.
but i used method 1 (the one with elementor) to view the single event page, i don't think the code works with this method. it uses the page Theme/planto (theme name)/single and then uses a page template in template-parts. i think your code works with method 2 including the creation of the page single-stec_event.php, is it possible to create a widget?
As an Elementor widget the code will be as following:
Stachethemes Developer
Thanks, it works great.
it would be nice to add it in the original version :-)