5, 'offset' => count($posts)); // offset the homepage by # of posts already displayed } else { $post_options = array('numberposts' => 5, 'offset' => 0); } $posts = get_posts($post_options); if($posts) { include(TARSKIDISPLAY . '/recent_articles.php'); } } ?>