Wordpress - Theme Structure and Basics
A developer wrote this code in a theme file:
Why does the footer not appear on the page?
<?php get_footer; ?>
Why does the footer not appear on the page?
<?php get_footer; ?>
get_footer without parentheses, so PHP treats it as a string, not a function call.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions