have_posts() ) :
$query->the_post();
?>
$recent_posts_content_type, 'post__in' => array_filter( $content_ids ), 'orderby' => 'post__in', 'posts_per_page' => absint( 4 ), 'ignore_sticky_posts' => true, ); $query = new WP_Query( $args ); if ( $query->have_posts() ) { $section_title = get_theme_mod( 'adore_blog_recent_posts_title', __('Recent Posts', 'adore-blog') ); $recent_posts_btn = get_theme_mod( 'adore_blog_recent_posts_button_label', __( 'View All', 'adore-blog') ); $recent_posts_btn_url = get_theme_mod( 'adore_blog_recent_posts_button_url', '#' ); ?>