'post', 'orderby' => 'rand', 'posts_per_page' => 2, ); $the_query = new WP_Query( $args ); echo '
      '; while ( $the_query->have_posts() ) : $the_query->the_post(); //get_template_part( 'template-parts/post/content', get_post_format() ); get_template_part( 'template-parts/post/loop', "loop" ); endwhile; wp_reset_query(); echo '
    '; ?>