10, 'orderby' => 'post_date', 'order' => 'DESC', 'paged' => $paged, ) ); // 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