Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 2bearstudio

    (@2bearstudio)

    Okay, if this will help.

    When using navigation, part of $wp_query shows:
    [“tribe_is_event”]=> bool(false) [“tribe_is_multi_posttype”]=> bool(false) [“tribe_is_event_category”]=> bool(false) [“tribe_is_event_venue”]=> bool(false) [“tribe_is_event_organizer”]=> bool(false) [“tribe_is_event_query”]=> bool(false) [“tribe_is_past”]=> bool(false) }

    When using reload, part of $wp_query shows
    [“tribe_is_event”]=> bool(true) [“tribe_is_multi_posttype”]=> bool(false) [“tribe_is_event_category”]=> bool(false) [“tribe_is_event_venue”]=> bool(false) [“tribe_is_event_organizer”]=> bool(false) [“tribe_is_event_query”]=> bool(true) [“tribe_is_past”]=> bool(true) }

    Apparently, the hack from here:
    https://theeventscalendar.com/knowledgebase/hide-category-from-calendar-views/

    won’t work, because tribe_is_event_query() is false.

    Thread Starter 2bearstudio

    (@2bearstudio)

    I found the solution on this page here:
    https://theeventscalendar.com/support/forums/topic/events-marked-as-hide-from-event-listings-show-on-month-view/

    Since I am using 3.11.2, I am questioning the statement in the post saying that “The problem has been fixed in 3.11.1”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Hide Category from Calendar Views" not working properly on event navigation’ is closed to new replies.