true, 'height' => 100, 'flex-width' => true, 'width' => 1200, 'admin-head-callback' => 'mytheme_admin_header_style', ); add_theme_support( 'custom-header', $header_args ); // This theme uses wp_nav_menu() in one location. add_theme_support('post-thumbnails'); // This theme uses wp_nav_menu() in one location. register_nav_menu( 'primary', __( 'Primary Menu', 'businesso' ) ); // theme Background support add_theme_support( 'custom-background'); add_theme_support( 'automatic-feed-links'); //Default Data if ( ! isset( $content_width ) ) $content_width = 900; require_once('theme_default_data.php'); $businesso_option=theme_default_data(); } /****--- Navigation for Author, Category , Tag , Archive ---***/ function asiathemes_navigation() { echo '
'; posts_nav_link(' · ', 'previous page', 'next page'); echo '
'; } require_once('template-tags.php'); ?>