$posts_per_page, 'offset' => $offset, 'orderby' => 'date', 'order' => 'DESC', 'post_type' => 'post', 'post_status' => 'publish', 'suppress_filters' => true ); /* Ignore sticky */ $args['post__not_in'] = get_option( 'sticky_posts' ); $posts_array = new WP_Query( $args ); if ( $posts_array->have_posts() ) : /* Check thumbnail show */ $show_thumbnail = get_theme_mod( 'mino_index_thumbnail_customizer_set', 1 ); /* Start the loop */ while ( $posts_array->have_posts() ) : $posts_array->the_post(); ?>
>
'', 'next_text' => '', ) ); /* If no content, include the "No posts found" template. */ else : get_template_part( 'content', 'none' ); endif; ?>