So on single event views like here http://www.gocolorado.com/event/test-event/ there are some items that I have showing up on single posts like the share links and join discussion but they are showing up on the event pages. I have tried removing them in an if statement using is_page_template(‘ecp-single-template.php’) and also using ‘tribe_events’ == get_post_type() but neither are working. What can I use to target all single event pages?
I’m curious about this myself. I have an if statement using ‘tribe_events’ == get_post_type() to echo a specific div id but it’s not working. An answer to Cary’s question will probably help me as well.