post_content) ) { // Grab our content, if not empty get_template_part( 'partials/content', 'page' ); } ?> get_option( 'sticky_posts'), // Don't show stickey posts. 'posts_per_page' => 1 // Show only one post on front page. ); // The New Query $front_page_post_query = new WP_Query( $args ); // The New Loop while ( $front_page_post_query->have_posts() ) : $front_page_post_query->the_post(); ?>