WordPress Call Specific Article, Call 2nd Article, 3rd Article, etc.
<?php if (have_posts()) : the_post(); ?><?php endif;>Under normal calling conditions, copy this code as many times as the number of articles you want to skip.
<?php if (have_posts()) : the_post(); ?><?php endif;>Under normal calling conditions, copy this code as many times as the number of articles you want to skip.