Default Events Template selected and overridden, still using Genesis page.php
-
I have a default-template.php file in a “tribe-events” folder in my child themes directory. I know my events page is using this because I have it set up differently than a genesis page.php template (and it is working).
My website is set up using conditional is_page_template tags in order to display a different header on each page. I am trying to display a header on this events page, but to no avail.
I have print_r’d get_page_template on this page (in my overridden default-template.php file, might I add) in order to see what page template it is actually using and it says it is using the page.php template from my genesis theme! SOOOO CONFUSED!!!
I’ve tried using the conditional tags:
(is_page_template(‘themes/genesis/page.php’))
(is_page_template(‘tribe-events/default-template.php’)and it still will not display the appropriate header image. I do not understand what is happening!
https://mtsterlingchamber.printandpixelcreative.com/wp/events/
- The topic ‘Default Events Template selected and overridden, still using Genesis page.php’ is closed to new replies.