I created a custom theme in my child template.
The theme shows up in wordpress and I can set my page to use it.
I copied the exact code for renew/template-blank-5.php and pasted it into my theme file.
The web page loads with my theme file, except the footer does not show.
I went through code and the wp_footer call in global/_footer.php is not returning anything.
If I switch back to the standard “Blank – No Container | Header, Footer” and the footer does show up.
If I switch back to mine, it doesn’t show up.
Why is this?