default_data() ); $class = ''; if($option['news_section_image']!=''){ $class = 'sectionoverlay'; } if( $option['news_section_enable'] == true ) : ?>

'post', 'ignore_sticky_posts' => 1 , 'posts_per_page' => $news_no_of_show , 'paged'=> $paged ); if( !empty( $cat_id ) ){ $args['category__in'] = $cat_id; } $news_query = new WP_Query($args); //$i=1; while($news_query->have_posts() ) : $news_query->the_post(); ?>

Read More '.get_the_title().'

'; echo apply_filters( 'the_content', wp_trim_words( get_the_content(), 13, $more ) ); ?>
'; $i=0; } $i++; endwhile; wp_reset_postdata(); ?>