I tried a child theme with a new template built off the “blank” template that basically had:
get_template_part('page');
get_template_part('footer');
…but I haven’t been able to get the footer to appear.
Any suggestions?
Hi launchmoxie!
The blank template has a variable to tell the header and footer to be hidden. So you would need to clear out the variable from the blank template to empty before calling the footer within that loop.
Best regards,
Devin