In the comments section of my past tutorial titled Title Area, Header Middle widget area and Header Right widget area in Genesis Site Header, a few users wrote: Hi Sridhar! Thanks for the tutorial. Just a question: How can I arrange it to show in the middle area a menu that loks the same way […]
wp_nav_menu
How to add menu-slug-container class when setting a custom one in wp_nav_menu’s container_class
In my last tutorial I wanted to output a nav menu assigned to a particular theme location with the nav element having the standard auto generated class as well as a custom one. wp_nav_menu( array( ‘theme_location’ => ‘header’, ‘divider_html’ => $divider_html, ‘container’ => ‘nav’, ‘menu_class’ => ‘menu genesis-nav-menu menu-header js-superfish’ ) ); outputs for example, […]
How to add a logo to the left of Primary Nav menu items in Magazine Pro
In my earlier tutorial titled Logo and nav at left and Search at right in Magazine Pro, Kelly asked: Really appreciate this tutorial. Question: I would like to exclude the search / .my-custom-header-right So far no joy deleting the PHP related to search / .my-custom-header-right Any suggestions would be great! In this tutorial I show […]
Recent Comments