Insights', 'bizes') ); $description = get_theme_mod('news_section_description'); $top_curve = get_theme_mod('news_top_cruved', 0); $botttom_curve = get_theme_mod('news_bottom_cruved', 0); $classes = array(); if ( 1=== $top_curve ) { $classes[] = 'top-curved'; } else { $classes[] = 'top-no-curved'; } if ( 1=== $botttom_curve ) { $classes[] = 'bottom-curved'; } else { $classes[] = 'bottom-no-curved'; } if(1 === $section_enable) : ?>

'post', 'order'=> 'DESC', 'posts_per_page' => $recent_post_count, 'ignore_sticky_posts' => 1,'post__not_in' => $sticky); } else { $args = array( 'post_type' => 'post', 'order'=> 'DESC', 'posts_per_page' => $recent_post_count, 'category_name' => $recent_post_cat, 'ignore_sticky_posts' => 1,'post__not_in' => $sticky); } $recent_post_query = new WP_Query($args); if ( $recent_post_query->have_posts() ) : ?>
'; while ( $recent_post_query->have_posts() ) : $recent_post_query->the_post();?>
', '' ); ?>

'; ?>