'post', 'posts_per_page' => 6, ); $blog = new WP_Query( $abc ); while ( $blog->have_posts() ) : $blog->the_post(); /* * Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'template-parts/content', 'front' ); endwhile; attirant_show_more(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?>