tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. * * @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails */ add_theme_support( 'post-thumbnails' ); // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'primary' => __( 'Primary Menu', 'beautify' ), ) ); add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link', ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-list', 'gallery', 'caption', ) ); // Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'beautify_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); /** * Set the content width in pixels, based on the theme's design and stylesheet. */ $GLOBALS['content_width'] = apply_filters( 'beautify_content_width', 780 ); /* * Custom Logo */ add_theme_support( 'custom-logo' ); /* Woocommerce support */ add_theme_support('woocommerce'); add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' ); /* * Add Additional image sizes * */ add_image_size( 'beautify-recent-posts-img', 560, 310, true ); add_image_size( 'beautify-service-img', 380, 180, true ); add_image_size( 'beautify-small-featured-image-width', 450,300, true ); add_image_size( 'beautify-blog-large-width', 800,300, true ); // Add theme support for selective refresh for widgets. add_theme_support( 'customize-selective-refresh-widgets' ); // Define and register starter content to showcase the theme on new sites. $starter_content = array( 'widgets' => array( 'top-left' => array( // Widget ID 'my_text' => array( // Widget $id -> set when creating a Widget Class 'custom_html' , // Widget $instance -> settings array( 'content' =>sprintf('',__('256 Interior the good, New York.','beautify'),__('example@gmail.com','beautify') ) ) ) ), // Put two core-defined widgets in the footer 2 area. 'top-right' => array( // Widget ID 'my_text' => array( // Widget $id -> set when creating a Widget Class 'custom_html' , // Widget $instance -> settings array ( 'content' => '' ) ), ), 'footer' => array( // Widget ID 'my_text' => array( // Widget $id -> set when creating a Widget Class 'custom_html' , // Widget $instance -> settings array( 'content' => sprintf('

%1$s

%2$s

',__('About Us','beautify'),__('Structure personal participate in ethics training as part of our best practices program and each employee is provided with a skillset that help them makes the best decisions.','beautify') ) ) ) ), 'footer-2' => array( // Widget ID 'archives' ), 'footer-3' => array( // Widget ID 'my_text' => array( // Widget $id -> set when creating a Widget Class 'custom_html' , // Widget $instance -> settings array( 'content' => sprintf('

%1$s

',__('Contact Details','beautify'),__('14 Tottenham Court Road, London, English','beautify'),__('example.com','beautify'),__('Mon - Sat: 9:00 - 18:00','beautify')) ) ) ), ), // Specify the core-defined pages to create and add custom thumbnails to some of them. 'posts' => array( 'home' => array( 'post_type' => 'page', ), 'blog' => array( 'post_type' => 'page', ), 'service-section-title' => array( 'post_type' => 'page', 'post_title' => __( 'Who We Are', 'beautify'), ), 'slider-one' => array( 'post_type' => 'post', 'post_title' => __( 'Post One', 'beautify'), 'post_content' => __( '

OUR EXPERTISE FOR

INTERIOR DESIGN

OUR PORTFOLIO

', 'beautify'), 'thumbnail' => '{{post-featured-image}}', ), 'slider-two' => array( 'post_type' => 'post', 'post_title' => __( 'Post Two', 'beautify'), 'post_content' => __( '

OUR EXPERTISE FOR

INTERIOR DESIGN

OUR PORTFOLIO

', 'beautify'), 'thumbnail' => '{{post-featured-image}}', ), 'service-one' => array( 'post_type' => 'page', 'post_title' => __( 'Commercial Design', 'beautify'), 'post_content' => __( 'Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur.

Read More

', 'beautify'), 'thumbnail' => '{{page-images}}', ), 'service-two' => array( 'post_type' => 'page', 'post_title' => __( 'Official Design', 'beautify'), 'post_content' => __( 'Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur.

Read More

', 'beautify'), 'thumbnail' => '{{page-images1}}', ), 'service-three' => array( 'post_type' => 'page', 'post_title' => __( 'Residential Design', 'beautify'), 'post_content' => __( 'Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur.

Read More

', 'beautify'), 'thumbnail' => '{{page-images2}}', ), 'recent-post-section-title' => array( 'post_type' => 'page', 'post_title' => __( 'Our Blog', 'beautify'), ), ), // Create the custom image attachments used as post thumbnails for pages. 'attachments' => array( 'post-featured-image' => array( 'post_title' => __( 'slider one', 'beautify' ), 'file' => 'images/slider.png', // URL relative to the template directory. ), 'page-images' => array( 'post_title' => __( 'Page Images', 'beautify' ), 'file' => 'images/page1.png', // URL relative to the template directory. ), 'page-images1' => array( 'post_title' => __( 'Page Images', 'beautify' ), 'file' => 'images/page2.png', // URL relative to the template directory. ), 'page-images2' => array( 'post_title' => __( 'Page Images', 'beautify' ), 'file' => 'images/page3.png', // URL relative to the template directory. ), ), // Default to a static front page and assign the front and posts pages. 'options' => array( 'show_on_front' => 'page', 'page_on_front' => '{{home}}', 'page_for_posts' => '{{blog}}', ), // Set the front page section theme mods to the IDs of the core-registered pages. 'theme_mods' => array( 'slider_cat' => '1', 'service_1' => '{{service-one}}', 'service_2' => '{{service-two}}', 'service_3' => '{{service-three}}', 'service_section_title' => '{{service-section-title}}', 'recent_post_section_title' => '{{recent-post-section-title}}' ), ); $starter_content = apply_filters( 'beautify_starter_content', $starter_content ); add_theme_support( 'starter-content', $starter_content ); } endif; // beautify_setup add_action( 'after_setup_theme', 'beautify_setup' ); /** * Register widget area. * * @link http://codex.wordpress.org/Function_Reference/register_sidebar */ function beautify_widgets_init() { register_sidebar( array( 'name' => __( 'Sidebar', 'beautify' ), 'id' => 'sidebar-1', 'description' => '', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Top Left', 'beautify' ), 'id' => 'top-left', 'description' => '', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Top Right', 'beautify' ), 'id' => 'top-right', 'description' => '', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebars( 3, array( 'name' => __( 'Footer %d', 'beautify' ), 'id' => 'footer', 'description' => '', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'beautify_widgets_init' ); /** * Enqueue scripts and styles. */ require get_template_directory() . '/includes/enqueue.php'; /** * Custom template tags for this theme. */ require get_template_directory() . '/includes/template-tags.php'; /** * Custom functions that act independently of the theme templates. */ require get_template_directory() . '/includes/extras.php'; /** * Implement the Custom Header feature. */ require get_template_directory() . '/includes/custom-header.php'; /** * Customizer additions. */ require get_template_directory() . '/includes/customizer.php'; /** * Load Jetpack compatibility file. */ require get_template_directory() . '/includes/jetpack.php'; /** * Load Theme Options Panel */ require get_template_directory() . '/includes/theme-options.php'; /* Woocommerce support */ remove_action('woocommerce_before_main_content', 'woocommerce_output_content_wrapper'); add_action('woocommerce_before_main_content', 'beautify_output_content_wrapper'); function beautify_output_content_wrapper() { echo '
'; } remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end' ); add_action( 'woocommerce_after_main_content', 'beautify_output_content_wrapper_end' ); function beautify_output_content_wrapper_end () { echo "
"; } add_action( 'wp_head', 'beautify_remove_wc_breadcrumbs' ); function beautify_remove_wc_breadcrumbs() { remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 ); } /* Demo importer */ //add_filter( 'pt-ocdi/import_files', 'beautify_import_demo_data' ); if ( ! function_exists( 'beautify_import_demo_data' ) ) { function beautify_import_demo_data() { return array( array( 'import_file_name' => __('Demo Import','beautify'), 'categories' => array( 'Category 1', 'Category 2' ), 'local_import_file' => trailingslashit( get_template_directory() ) . 'demo/demo-content.xml', 'local_import_widget_file' => trailingslashit( get_template_directory() ) . 'demo/widgets.json', 'local_import_customizer_file' => trailingslashit( get_template_directory() ) . 'demo/customizer.dat', ), ); } } //add_action( 'pt-ocdi/after_import', 'beautify_after_import' ); if ( ! function_exists( 'beautify_after_import' ) ) { function beautify_after_import( $selected_import ) { $importer_name = __('Demo Import','beautify'); if ( $importer_name === $selected_import['import_file_name'] ) { //Set Menu $top_menu = get_term_by('name', 'Primary Menu', 'nav_menu'); set_theme_mod( 'nav_menu_locations' , array( 'primary' => $top_menu->term_id, ) ); //Set Front page if( get_option('page_on_front') === '0' && get_option('page_for_posts') === '0' ) { $page = get_page_by_title( 'Home'); $blog = get_page_by_title( 'Blog'); if ( isset( $page->ID ) ) { update_option( 'show_on_front', 'page' ); update_option( 'page_on_front', $page->ID ); update_option('page_for_posts', $blog->ID); } } } } } /* Check whether the One Click Import Plugin is installed or not */ function beautify_is_plugin_installed($plugin_title) { // get all the plugins $installed_plugins = get_plugins(); foreach ($installed_plugins as $installed_plugin => $data) { // check for the plugin title if ($data['Title'] == $plugin_title) { // return the plugin folder/file return true; } } return false; } /* To Hide Branding message in One Click demo import*/ //add_filter( 'pt-ocdi/disable_pt_branding', '__return_true' );