Is there a way to when I click on something in list view – to return that spot on the list after viewing the sub page. For example if I am on page 3 of the list view and I click on an event – then hit return to list – can it send me back to page 3 instead of page 1?
You could change the back link in single.php to a simple javascript back link so it goes back whatever the previous page was instead of back to the list. To do this you would make a copy of /wp-content/plugins/the-events-calendar/views/list.php and place in an ‘events’ folder in your theme. Then find the back link on line 12 and modify the link with one of the following options: http://css-tricks.com/snippets/javascript/go-back-button/
I hope that helps!
– Jonah
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Return to list’ is closed to new replies.