wp-theatre
wp-theatre copied to clipboard
Make it possible to go to the next/previous event
As requested on the forum.
Maybe something like:
-
$event->next()
to retrieve the next event. -
$production->next()
to retrieve the next production.
And use a filter in get_adjacent_post_link()
.