'advertisement',
'posts_per_page' => 1,
'tax_query' => array(
'relation' => 'OR',
array(
'taxonomy' => 'add-category',
'field' => 'slug',
'terms' => array('full-ad-section-1'),
),
),
);
$bm = new WP_Query($args);
while ($bm->have_posts()) : $bm->the_post(); ?>
'img-fluid')); ?>