__( 'Primary Navigation', 'admired' ), 'secondary' => __('Secondary Navigation - Top', 'admired'), ) ); // Post formats add_theme_support( 'post-formats', array( 'aside', 'link', 'gallery', 'status', 'quote', 'image' ) ); add_custom_background(); // Custom backgrounds add_theme_support( 'post-thumbnails' ); } endif; // admired_setup //Add Theme Options File $functions_path = TEMPLATEPATH . '/admin/'; require_once ($functions_path . 'admired-options.php'); require_once ($functions_path . 'admired-custom-header.php'); /** * Display pagination when applicable * * @since admired 1.0 */ if (!function_exists('admired_pagination')): function admired_pagination($pages = '', $range = 3) { /* handle pagination for post pages*/ $showitems = ($range * 2)+1; global $paged; if(empty($paged)) $paged = 1; if($pages == '') { global $wp_query; $pages = $wp_query->max_num_pages; if(!$pages) { $pages = 1; } } if(1 != $pages) { echo "