Hey there,
So I have a website that has a lot of sections off the root directory (i.e outside the ‘wp-content’ folder) that use custom .htaccess and PHP to pull from a database. The old Wordpress theme was a Child Theme based on TwentyTwelve so it was easy to get the header and footer with get_header() and get_footer().
Now I’m trying to modernize the site, but I’m having a problem whereby the get_header() and get_footer() won’t snag the lovely Header and Footer I created with the Header and Footer builder.
Since the site is dependent on having these .htaccess Rewrite PHP database calls (at least for now) I would love to know if there’s a way to get the header and footer to show up in the PHP pages I’m using.
I know that seems a little vague but I’d be grateful for any discussion on how this can be achieved.
thank you!
Dan