110, 'width' => 250, 'flex-height' => false, 'flex-width' => false, ) ); // Add theme support for Custom Background $background_args = array( 'default-color' => 'ffffff', 'default-image' => '', 'default-repeat' => '', 'default-position-x' => '', 'wp-head-callback' => '_custom_background_cb', 'admin-head-callback' => '', 'admin-preview-callback' => '', ); add_theme_support( 'custom-background', $background_args ); add_theme_support( 'post-thumbnails' ); //supports featured image //supports custom header add_theme_support( 'automatic-feed-links' ); $args = array( 'width' => 1200, 'height' => 800, 'uploads' => true, 'flex-width' => true, 'default-repeat' => '', 'flex-height' => true, 'default-image' => get_template_directory_uri() . '/images/3.jpg', ); add_theme_support( 'custom-header', $args ); //register theme Menu register_nav_menu( 'beautyspa-menu', __( 'Primary Menu','beautyspa' ) ); } add_action('wp_enqueue_scripts', 'beautyspa_enqueue_style'); function beautyspa_enqueue_style(){ //css wp_enqueue_style('bootstrap', get_stylesheet_directory_uri(). '/css/bootstrap.css'); wp_enqueue_style('fontAwesome', get_stylesheet_directory_uri(). '/css/font-awesome.css'); wp_enqueue_style('beautyspa-color', get_stylesheet_directory_uri(). '/css/color/default.css'); wp_enqueue_style('photobox', get_stylesheet_directory_uri(). '/css/photobox.css'); wp_enqueue_style('swiper', get_stylesheet_directory_uri(). '/css/swiper.css'); wp_enqueue_style('beautyspa-main-style', get_stylesheet_directory_uri(). '/style.css'); wp_enqueue_style('beautyspa-media-style', get_stylesheet_directory_uri(). '/css/media-query.css'); wp_enqueue_style('beautyspa-themeFont', 'https://fonts.googleapis.com/css?family=Tinos'); //js wp_enqueue_script('bootstrap', get_stylesheet_directory_uri(). '/js/bootstrap.js', array('jquery')); wp_enqueue_script('photobox', get_stylesheet_directory_uri(). '/js/jquery.photobox.js'); wp_enqueue_script('parallax', get_stylesheet_directory_uri(). '/js/jquery.parallax-1.1.3.js'); wp_enqueue_script('swiper', get_stylesheet_directory_uri(). '/js/swiper.js'); wp_enqueue_script('beautyspa-custom-script', get_stylesheet_directory_uri(). '/js/custom-script.js'); if ( is_singular() ){ wp_enqueue_script( "comment-reply" ); } } /***** Add Custom Image Sizes *****/ if (!function_exists('beautyspa_image_sizes')) { function beautyspa_image_sizes() { add_image_size('beautyspa-post-thumb', 800, 400, true); add_image_size('beautyspa-home-slider',1240,600,true); add_image_size('beautyspa-home-thumbnail',600,400,true); } } add_action('after_setup_theme', 'beautyspa_image_sizes'); /* * This theme styles the visual editor to resemble the theme style, * specifically font, colors, icons, and column width. */ add_editor_style('css/editor-style.css'); function beautyspa_default_settings(){ $beauty_theme_options=array( 'sticky_header' => 1, 'search_header' => 1, //slider 'slider_image1' => '', 'slider_image2' => '', 'slider_image3' => '', // social icons 'social_header'=>1, 'social_footer'=>1, 'social_icon_1' =>'fa fa-facebook', 'social_icon_2' =>'fa fa-twitter', 'social_icon_3' =>'fa fa-google-plus', 'social_icon_4' =>'fa fa-linkedin', 'social_icon_5' =>'fa fa-youtube', 'social_link_1' =>'#', 'social_link_2' =>'#', 'social_link_3' =>'#', 'social_link_4' =>'#', 'social_link_5' =>'#', // Service Options 'enable_service' =>0, 'service_title' => '', 'service_desc' =>'', 'service_category' =>'', // Portfolio Options 'enable_portfolio' =>0, 'portfolio_title' =>'', 'portfolio_desc' =>'', 'portfolio_category' =>'', 'portfolio_background' =>'', //blog 'enable_blog' =>1, 'blog_title' =>'', 'blog_desc' =>'', //testimonial 'enable_testimonial' =>0, 'testimonial_title' =>'', 'testimonial_desc' =>'', 'testimonial_category' =>'', 'testimonial_background' =>'', //callout 'enable_callout' =>1, 'callout_icon' =>'fa fa-thumbs-up', 'callout_desc' =>__('Lorem Ipsum feels you great hormony and relax will Forget all the tensions and worries all the tensions and worries of the entire life give a chance.', 'beautyspa' ), 'callout_link_text' =>__('Get It Now', 'beautyspa' ), 'callout_link' =>'#', //footer text 'footer_text' =>__('Copyright 2017 Designed By', 'beautyspa' ), 'footer_link_text' =>__('BeautySpa', 'beautyspa' ), 'footer_link' =>'#', ); return apply_filters( 'beauty_options', $beauty_theme_options ); } function beautyspa_options() { // Options API return wp_parse_args( get_theme_mod( 'beauty_options' ), beautyspa_default_settings() ); } require( get_template_directory() . '/customizer.php' ); /****--- Navigation for Single ---***/ function beautyspa_navigation_posts() { ?>
' . __( 'Pages:','beautyspa' ), 'after' => '
', 'link_before' => '', 'link_after' => '', 'next_or_number' => 'number', 'separator' => ' ', 'nextpagelink' => __( 'Next page','beautyspa'), 'previouspagelink' => __( 'Previous page','beautyspa'), 'pagelink' => '%', 'echo' => 1 ); wp_link_pages( $defaults ); } //breadcrums function beautyspa_breadcrumbs() { $delimiter = ''; $home = __('Home', 'beautyspa' ); // text for the 'Home' link $before = '