Advertisement
fauzanjeg

Nav Menu in Below Mobile Header

Sep 20th, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. /* Nav Menu in Below Mobile Header */
  2. function add_nav_menu_below_mobile_header() {
  3.     ?>
  4.     <div class="jeg_navbar_mobile_wrapper">
  5.         <?php echo do_shortcode( '[main_menu]' ) ?>
  6.     </div>
  7.     <?php
  8. }
  9. add_action( 'jnews_element_below_header', 'add_nav_menu_below_mobile_header' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement