azzatron
Member
Posted 2 years ago #
Hi there.
I display all of my events in List view (not grid/calendar).
However, for some reason when I click on "« Back to Events" after viewing an event page, it takes me back to the calendar.
Why does it do this? Shoulding it take me back to the list view as it's my default view?
I dont want to use the calendar at all.
Is there a way to only use the list view, or at the very least, stop the "« Back to Events" link taking me to the grid view?
Thanks for your time and help.
http://wordpress.org/extend/plugins/the-events-calendar/
azzatron
Member
Posted 2 years ago #
Can anyone help with this at all?
It seems like a bug.
Cheers
Hi,
Thanks for posting. I was able to reproduce the bug and we'll be getting to it, most likely shortly.
Justin
This is fixed and will come out with the next release.
To fix it now, open up /views/single.php
Change:
<?php echo events_get_gridview_link(); ?>
To:
<?php echo events_get_events_link(); ?>
Justin
This is fixed and will come out with the next release.
To fix it now, open up /views/single.php
Change:
<?php echo events_get_gridview_link(); ?>
To:
<?php echo events_get_events_link(); ?>
Justin
donnavitan
Member
Posted 2 years ago #
Thanks this fix works and I look forward to the new release.