We inherited a site that involves an online product catalog (category pages, single product pages, etc.) that is controlled with a custom plugin, with template files for the search results, product pages, and the like. We have found that those pages controlled by the plugin (and thus not made within Cornerstone) are not pulling the header and footer in despite the template files including get_header()
and get_footer()
.
Anything we’ve found within the forums here has not worked — mainly changing the priority of loading like in this post (How to call X header and footer from code). Should we be attempting to call the header and footer in a different way? Is there a way to do so?