Theme Conflict With Plugins
I have a plugin which uses WordPress filter single_event to display a custom template while a post type is rendered (
https://codex.wordpress.org/Plugin_A...ingle_template). When this filter is applied , the theme always handles output and put its header and footer. I need to render this custom post type avoiding template header and footer because custom post type uses its own. Can you tell me how to setup exception for specific post type?