• Resolved decewordpress

    (@decewordpress)


    Hi,

    I’m trying to deal with the wordpress query issue.

    Events Calendar widget is a part of page in custom query loop (in my template).
    So instead of selected pages, after Calendar widget, I get basic WP loop.

    I found the problem and it is wp_reset_query(); in file:
    the-events-calendar \src\Tribe\List_Widget.php (line 139)

    I’v “commented out” it and everything works as planned :), but this will last till update.

    Is it possible to backup src\Tribe\List_Widget.php in theme?
    I’v tried: few locations but with no luck.

Viewing 1 replies (of 1 total)
  • Thread Starter decewordpress

    (@decewordpress)

    I solved this problem by adding “new WP_Query” to display my post structure on front-page.php.

Viewing 1 replies (of 1 total)
  • The topic ‘List-Widget.php – wp_reset_query();’ is closed to new replies.