1) { //Top left posts template. get_template_part('index_partials/top_left_loop'); } //Posts template based on the 'posts-per-page' number specified in the reading settings if ($maxposts > 8 and $maxposts < 11) { get_template_part('index_partials/bottom_old_posts'); } else if ($maxposts < 12 and $maxposts > 10) { //Bottom left post template part. get_template_part('index_partials/bottom_left_loop'); //Bottom right posts template get_template_part('index_partials/bottom_right_loop'); } else if ($maxposts > 11) { //Bottom left post template part. get_template_part('index_partials/bottom_left_loop'); //Bottom right posts template get_template_part('index_partials/bottom_right_loop'); get_template_part('index_partials/secondary_bottom_old_posts'); } get_footer(); ?>