Web Development Node.js Objective
Apr 27, 2013

Which of the following function is used to call the footer of a web page in wordpress?

Choose the correct answer:
A) <?php get->footer(); ?>
B) <?php getfooter(); ?>
C) <?php get_footer(); ?>
D) <?php get-footer(); ?>
Detailed Explanation

The get_footer() tag includes the file footer.php or footer-{name}.php from your current theme's directory.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback