Bug in calendar view (the last event posted is displayed in incorrect date)
-
Hi,
When I open a link of the calendar view in my web, for example:
web.com/eventos
web.com/eventos/2014-09/
etc…The event (link and text) displayed on the month is the last event published (which could be in another month) although its tooltip window shows the correct event text and event thumbnail.
If I navigate to another month using the month navigation, after ajax call, the events are reloaded correctly.
Looking the code, tha part which is bugged is /plugins/the-events-calendar/views/month/single-event.php in:
<h3 class="tribe-events-month-event-title entry-title summary"><a href="<?php tribe_event_link( $post ); ?>" class="url"><?php the_title() ?></a></h3>
The functions tribe_event_link($post) and the_title() are taking the last event published, not the events of the month.
- The topic ‘Bug in calendar view (the last event posted is displayed in incorrect date)’ is closed to new replies.