'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') );?>