Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #310433

    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?

    #311099

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.