Forum Replies Created
-
AuthorPosts
-
mprattmd
ParticipantI was having the same issue where the widget did not link to the event, but to the home page of the blog instead the code is incorrect in this file: /wp-content/plugins/the-events-calendar/views/widgets/list-widget.php
the broken way: php tribe_get_event_link()
should be: php echo tribe_get_event_link()
edit and save that file, and all works greatmprattmd
ParticipantI was having the same issue where the widget did not link to the event, but to the home page of the blog instead
the code is incorrect in this file:
/wp-content/plugins/the-events-calendar/views/widgets/list-widget.php
the broken way: php tribe_get_event_link()
should be: php echo tribe_get_event_link()
edit and save that file, and all works greatmprattmd
Participantby the way, in /views/widgets/list-widget.php
mprattmd
ParticipantI found the issue:
there is a missing echo command in the url string
as it is now: php tribe_get_event_link();
should be php echo tribe_get_event_link();mprattmd
Participantit looks like this query is returning empty
<a href="mprattmd
ParticipantI am having same issue, the widget shows the list, but clicking an event takes you to the main page of the site, not to the event
-
AuthorPosts
