I have a separate MySQL database for my business files, which is in a different directory than my WP installation. I used this setup successfully for several years with another theme, which is now “retired” so I switched to GP. Which I like a lot, so I’m glad it happened.
Before, I simply added a few lines of code to the html of the pages to call the header, footer, etc., from the theme, and it worked beautifully.
I’m trying to do the same thing with GP and most of it works, however the nav bar runs down past the bottom of the screen. I think I may need another bit of code, but don’t know what.
Here’s one of the pages:
The code I added was
Right after <body> tag:
<?php get_header(); ?>
And at the very last line:
<?php get_footer();
What am I missing?
Thanks!
Marilyn