Hello everyone i'm trying to put my sub menu that is on the socket under the main i think i made it clear in title of the thread haha, i saw it on this website : http://www.delimbo.com
I watched the code a bit in the header.php :
echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";
$args = array('theme_location'=>'avia', 'fallback_cb' => 'avia_fallback_menu');
wp_nav_menu($args);
echo "</div>";
I tried to duplicate it and replaced the class by sub_menu but it gave me a weird thing, anyone have a lead on how to accomplish this ?
Thanks in advance














