I already have an single-event.php and the generated content is a post no matter what the setting (page or post) Events>>Settings>>Pages>>Event Pages
The single-event.php is working because it puts my sidebar in. But no matter if set to page or post, the single-event.php is still used. And if you look at the source, the content is generated as a post in either case before it is running my single-event.php code.
Ok, I have been digging further and this is what I have found. For some reason no matter what my setting is within Events>>Settings>>Pages>>Event Pages: Page or Post, the single event page thinks it is a post. Therefore, my themes breadcrumb function is treating it as a post for the breadcrumb navigation.
How can I make my event pages behave as pages?
Thanks for help!