section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Hamro-Khanpin */ ?> > >
'advertisement', 'posts_per_page' => 1, 'tax_query' => array( 'relation' => 'OR', array( 'taxonomy' => 'add-category', 'field' => 'slug', 'terms' => array( 'top-header-ad-section' ), ), ), ); $bm = new WP_Query( $args ); while($bm->have_posts()): $bm->the_post();?> 'img-fluid') );?>
'advertisement', 'posts_per_page' => 1, 'tax_query' => array( 'relation' => 'OR', array( 'taxonomy' => 'add-category', 'field' => 'slug', 'terms' => array( 'header-ad-section' ), ), ), ); $bm = new WP_Query( $args ); while($bm->have_posts()): $bm->the_post();?> 'img-fluid') );?>
'primary', 'container' => 'div', 'container_class' => 'side-menu', 'container_id' => '', 'menu' => '', 'menu_class' => 'navigation clearfix', 'menu_id' => '', 'echo' => true, 'fallback_cb' => 'wp_page_menu', 'items_wrap' => '
    %3$s
', 'depth' => 3, 'walker' => new WP_Bootstrap_Navwalker() ); wp_nav_menu( $defaults ); ?>