Guest User

Untitled

a guest
Dec 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <footer>
  2. <p>
  3. This is our footer
  4. </p>
  5. <!-- right here we are going to print our secondary instance menu -->
  6. <?php wp_nav_menu (array(
  7. 'theme-location' => 'secondary'
  8. )) ?>
  9. </footer>
  10.  
  11. </body>
  12. </html>
Add Comment
Please, Sign In to add comment