• 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/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter azzatron

    (@azzatron)

    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

    Thanks this fix works and I look forward to the new release.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: The Events Calendar] Clicking “« Back to Events” takes me to Calendar eventhough I use Lis’ is closed to new replies.