Insert Wordpress Custom Menu


/ Published in: PHP
Save to your folder(s)

'container' => ' ' -- removes the container div


Copy this code and paste it in your HTML
  1. <?php wp_nav_menu( array('menu' => 'Custom Menu Name', 'container' => '' )); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.