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', 'nuptial' ), ) ); 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( 'nuptial_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( 'nuptial_content_width', 640 ); /* * 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( 'nuptial-small-featured-image-width', 450,300, true ); add_image_size( 'nuptial-blog-large-width', 800,300, true ); add_image_size( 'nuptial-service-img', 360,220, true ); add_image_size( 'nuptial-recent-posts-img', 360,210, 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' => __('Welcome bride and groom','nuptial') ) ) ), // 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' => '' ) ), ), // Put two core-defined widgets in the footer 2 area. 'header-top-right' => array( // Widget ID 'my_text' => array( // Widget $id -> set when creating a Widget Class 'custom_html' , // Widget $instance -> settings array( 'content' => __('
Email Us
example@gmail.com
Call Us
1254-256-212-54
','nuptial') ) ), ), 'footer' => array( // Widget ID 'my_text' => array( // Widget $id -> set when creating a Widget Class 'text' , // Widget $instance -> settings array( 'title' => __('About Theme','nuptial'), 'text' => __('Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ','nuptial'), ) ) ), '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','nuptial'),__('14 Tottenham Court Road, London, English','nuptial'),__('example.com','nuptial'),__('Mon - Sat: 9:00 - 18:00','nuptial')) ) ) ), ), // 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', ), 'slider-one' => array( 'post_type' => 'post', 'post_title' => __( 'Post One', 'nuptial'), 'post_content' => __( '

Dedicated of Excellence

Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod.

Read More

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

We are Voice of Justice

Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod.

Read More

', 'nuptial'), 'thumbnail' => '{{post-featured-image}}', ), 'service-one' => array( 'post_type' => 'page', 'post_title' => __( 'Service 1', 'nuptial'), 'post_content' => __( 'Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur', 'nuptial'), 'thumbnail' => '{{page-images}}', ), 'service-two' => array( 'post_type' => 'page', 'post_title' => __( 'Service 2', 'nuptial'), 'post_content' => __( 'Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur', 'nuptial'), 'thumbnail' => '{{page-images2}}', ), 'service-three' => array( 'post_type' => 'page', 'post_title' => __( 'Service 3', 'nuptial'), 'post_content' => __( 'Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur', 'nuptial'), 'thumbnail' => '{{page-images3}}', ), ), // Create the custom image attachments used as post thumbnails for pages. 'attachments' => array( 'post-featured-image' => array( 'post_title' => __( 'slider one', 'nuptial' ), 'file' => 'images/slider.png', // URL relative to the template directory. ), 'page-images' => array( 'post_title' => __( 'Page Images', 'nuptial' ), 'file' => 'images/service-1.png', // URL relative to the template directory. ), 'page-images2' => array( 'post_title' => __( 'Page Images', 'nuptial' ), 'file' => 'images/service-2.png', // URL relative to the template directory. ), 'page-images3' => array( 'post_title' => __( 'Page Images', 'nuptial' ), 'file' => 'images/service-3.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}}', ), ); $starter_content = apply_filters( 'nuptial_starter_content', $starter_content ); add_theme_support( 'starter-content', $starter_content ); } endif; // nuptial_setup add_action( 'after_setup_theme', 'nuptial_setup' ); /** * Register widget area. * * @link http://codex.wordpress.org/Function_Reference/register_sidebar */ function nuptial_widgets_init() { register_sidebar( array( 'name' => __( 'Sidebar', 'nuptial' ), 'id' => 'sidebar-1', 'description' => '', 'before_widget' => '', 'before_title' => '
', 'after_title' => '
', ) ); register_sidebar( array( 'name' => __( 'Header Top Right', 'nuptial' ), 'id' => 'header-top-right', 'description' => '', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

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

', 'after_title' => '

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

', 'after_title' => '

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

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'nuptial_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', 'nuptial_output_content_wrapper'); function nuptial_output_content_wrapper() { echo '
'; } remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end' ); add_action( 'woocommerce_after_main_content', 'nuptial_output_content_wrapper_end' ); function nuptial_output_content_wrapper_end () { echo "
"; } add_action( 'wp_head', 'nuptial_remove_wc_breadcrumbs' ); function nuptial_remove_wc_breadcrumbs() { remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 ); } /* Demo importer */ //add_filter( 'pt-ocdi/import_files', 'nuptial_import_demo_data' ); if ( ! function_exists( 'nuptial_import_demo_data' ) ) { function nuptial_import_demo_data() { return array( array( 'import_file_name' => __('Demo Import','nuptial'), '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', 'nuptial_after_import' ); if ( ! function_exists( 'nuptial_after_import' ) ) { function nuptial_after_import( $selected_import ) { $importer_name = __('Demo Import','nuptial'); 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 nuptial_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' );