Finding if on Calendar page
-
I am trying to query if I am on a Calendar page.
I triedif ( '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)?
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.