default_data() ); ?>
Customize blog title'; }else{ ?>

Change blog title and subtitle from customizer.

'; }else{ ?>

'post','ignore_sticky_posts' => 1 , 'category__in' => absint( $cat_id ), 'posts_per_page' => absint( $news_no_of_show ) ); $news_query = new WP_Query($args); $i=1; while($news_query->have_posts() ) : $news_query->the_post(); ?>

Read More

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