How to print / get Custom Menu header?
-
Hi!
In HTML5 each
<nav>
must have header, e.g. h1. Fortunately custom menu allowes one to define header but there is no info how to show it?`<nav id="navigation-secondary" role="navigation">
<h1><?php // How to print "secondary" menu header here? ?></h1>
<?php wp_nav_menu(array('theme_location' => "secondary")); ?>
</nav>`Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to print / get Custom Menu header?’ is closed to new replies.