[insert_php]
$the_query = new WP_Query( array( ‘posts_per_page’ => 20, ‘offset’ => 5 ) ); ?>
have_posts()) : $the_query -> the_post(); ?>
[insert_php]
$the_query = new WP_Query( array( ‘posts_per_page’ => 20, ‘offset’ => 5 ) ); ?>
have_posts()) : $the_query -> the_post(); ?>