Advertisement
firoze

code For use your menu area where there was Dropdown Menu

Oct 28th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. // use your menu area where  there is menu like <ul>use here</ul>
  2. <?php
  3.                 if (function_exists('wp_nav_menu')) {
  4.                     wp_nav_menu(array('theme_location' => 'wpj-main-menu', 'menu_id' => 'dropmenu', 'fallback_cb' => 'wpj_default_menu'));
  5.                 }
  6.                 else {
  7.                     wpj_default_menu();
  8.                 }
  9.                 ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement