.gutter * * @since BlogCentral 1.0.0 * * @package BlogCentral * @subpackage page-template-full-width.php */ // Retrieve the posts. $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1; $posts = new WP_Query( array( 'posts_per_page' => 10, 'orderby' => 'post_date', 'order' => 'DESC', 'paged' => $paged, )); // Display the header and call wp_head(). get_header(); global $wp_query; // Get saved theme options. $posts_opts = $blogcentral_opts['posts_landing']; $posts_general = $blogcentral_opts['posts_general']; $blogcentral_layout_opts = array_merge( (array)$posts_opts, (array)$posts_general ); // Displaying main posts, used to display correct heading tag for the post title. $blogcentral_layout_opts['main_posts'] = true; // Call function to construct the common div wrapper. $blogcentral_wrapper = blogcentral_common_template_wrapper( $blogcentral_layout_opts ); /** * Template that constructs and outputs the beginning