• Resolved ldeschenes

    (@ldeschenes)


    I am trying to query if I am on a Calendar page.
    I tried if ( 'tribe_events' == get_post_type() || is_post_type_archive( 'tribe_events' ) ).
    This does the job but it is True for Calendar pages and also True for Single-Event pages.
    Is there a way to only Query the Calendar pages (including Month, Week, Day views)?

    https://wordpress.org/plugins/the-events-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Finding if on Calendar page’ is closed to new replies.