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 https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); add_image_size( 'superb-landingpage-related', 200, 125, true ); //related // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'menu-1' => esc_html__( 'Primary Menu', 'superb-landingpage' ), 'footer-menu' => esc_html__( 'Footer Menu', 'superb-landingpage' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); // Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'superb_landingpage_custom_background_args', array( 'default-color' => 'fff', 'default-image' => '', ) ) ); // Add theme support for selective refresh for widgets. add_theme_support( 'customize-selective-refresh-widgets' ); /** * Add support for core custom logo. * * @link https://codex.wordpress.org/Theme_Logo */ add_theme_support( 'custom-logo', array( 'height' => 250, 'width' => 250, 'flex-width' => true, 'flex-height' => true, ) ); } endif; add_action( 'after_setup_theme', 'superb_landingpage_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. * * Priority 0 to make it available to lower priority callbacks. * * @global int $content_width */ function superb_landingpage_content_width() { // This variable is intended to be overruled from themes. // Open WPCS issue: {@link https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043}. // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $GLOBALS['content_width'] = apply_filters( 'superb_landingpage_content_width', 640 ); } add_action( 'after_setup_theme', 'superb_landingpage_content_width', 0 ); /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function superb_landingpage_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', 'superb-landingpage' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here.', 'superb-landingpage' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer Widget (First)', 'superb-landingpage' ), 'id' => 'footer-widget-one', 'description' => esc_html__( 'Add widgets here.', 'superb-landingpage' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer Widget (Second)', 'superb-landingpage' ), 'id' => 'footer-widget-two', 'description' => esc_html__( 'Add widgets here.', 'superb-landingpage' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer Widget (Third)', 'superb-landingpage' ), 'id' => 'footer-widget-three', 'description' => esc_html__( 'Add widgets here.', 'superb-landingpage' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'superb_landingpage_widgets_init' ); /** * Enqueue scripts and styles. */ function superb_landingpage_scripts() { wp_enqueue_style( 'superb-landingpage-owl-slider-default', get_template_directory_uri() . '/css/owl.carousel.min.css' ); wp_enqueue_style( 'superb-landingpage-owl-slider-theme', get_template_directory_uri() . '/css/owl.theme.default.css' ); wp_enqueue_script( 'superb-landingpage-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true ); wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/css/font-awesome.min.css' ); wp_enqueue_script( 'superb-landingpage-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20151215', true ); wp_enqueue_style( 'superb-landingpage-foundation', get_template_directory_uri() . '/css/foundation.css' ); wp_enqueue_style( 'superb-landingpage-font', '//fonts.googleapis.com/css?family=Saira+Semi+Condensed:400,700' ); wp_enqueue_style( 'superb-landingpage-dashicons', get_home_url() . '/wp-includes/css/dashicons.css' ); wp_enqueue_script( 'superb-landingpage-foundation-js-jquery', get_template_directory_uri() . '/js/vendor/foundation.js', array('jquery'), '6', true ); wp_enqueue_script( 'superb-landingpage-custom-js-jquery', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0.0', true ); wp_enqueue_script( 'superb-landingpage-owl-slider-js-jquery', get_template_directory_uri() . '/js/owl.carousel.min.js', array('jquery'), '1.0.0', true ); wp_enqueue_style( 'superb-landingpage-style', get_stylesheet_uri() ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } add_action( 'wp_enqueue_scripts', 'superb_landingpage_scripts' ); /** * Implement the Custom Header feature. */ require get_template_directory() . '/inc/custom-header.php'; /** * Custom template tags for this theme. */ require get_template_directory() . '/inc/template-tags.php'; /** * Functions which enhance the theme by hooking into WordPress. */ require get_template_directory() . '/inc/template-functions.php'; /** * Customizer additions. */ require get_template_directory() . '/inc/customizer.php'; /** * Load Jetpack compatibility file. */ if ( defined( 'JETPACK__VERSION' ) ) { require get_template_directory() . '/inc/jetpack.php'; } /** * Superb Landingpage Get Custom Fonts */ function superb_landingpage_load_google_fonts() { wp_enqueue_style( 'superb-landingpage-google-fonts', '//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Merriweather:700,400,700i' ); } add_action( 'wp_enqueue_scripts', 'superb_landingpage_load_google_fonts' ); /** * @package TGM-Plugin-Activation * @subpackage Example * @version 2.6.1 for parent theme Superb Landingpage for publication on WordPress.org * @author Thomas Griffin, Gary Jones, Juliette Reinders Folmer * @copyright Copyright (c) 2011, Thomas Griffin * @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later * @link https://github.com/TGMPA/TGM-Plugin-Activation */ require_once get_template_directory() . '/inc/tgm/class-tgm-plugin-activation.php'; add_action( 'tgmpa_register', 'superb_landingpage_register_required_plugins' ); function superb_landingpage_register_required_plugins() { $plugins = array( array( 'name' => 'Superb Helper', 'slug' => 'superb-helper', 'required' => false, ), ); $config = array( 'id' => 'superb-landingpage', // Unique ID for hashing notices for multiple instances of TGMPA. 'default_path' => '', // Default absolute path to bundled plugins. 'menu' => 'tgmpa-install-plugins', // Menu slug. 'has_notices' => true, // Show admin notices or not. 'dismissable' => true, // If false, a user cannot dismiss the nag message. 'dismiss_msg' => '', // If 'dismissable' is false, this message will be output at top of nag. 'is_automatic' => false, // Automatically activate plugins after installation or not. 'message' => '', // Message to output right before the plugins table. ); tgmpa( $plugins, $config ); } /** * Copyright and License for Upsell button by Justin Tadlock - 2016 © Justin Tadlock. Customizer button https://gitlandingpage.com/justintadlock/trt-customizer-pro */ require_once( trailingslashit( get_template_directory() ) . 'justinadlock-customizer-button/class-customize.php' ); /** * Compare page CSS */ function superb_landingpage_comparepage_css($hook) { if ( 'appearance_page_superb-landingpage-info' != $hook ) { return; } wp_enqueue_style( 'superb-landingpage-custom-style', get_template_directory_uri() . '/css/compare.css' ); } add_action( 'admin_enqueue_scripts', 'superb_landingpage_comparepage_css' ); /** * Compare page content */ add_action('admin_menu', 'superb_landingpage_themepage'); function superb_landingpage_themepage(){ $theme_info = add_theme_page( __('Superb Landingpage','superb-landingpage'), __('Superb Landingpage','superb-landingpage'), 'manage_options', 'superb-landingpage-info.php', 'superb_landingpage_info_page' ); } function superb_landingpage_info_page() { $user = wp_get_current_user(); ?>


<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
<?php echo esc_html__(" /> <?php echo esc_html__(" />
Add("superb_landingpage_notification", "Unlock All Features with Superb Landing Page Premium – Limited Time Offer", " Take advantage of the up to 40% discount and unlock all features with Superb Landing Page Premium. The discount is only available for a limited time.
Read More Upgrade Now
", "info"); $options_notification_start = array("delay"=> "-1 seconds", "wpautop" => false); $notifications->Add("superblandingpage_notification_start", "Let's get you started with Superb Landing Page!", '

Why Superb Landing Page

  • Easy to Use & Customize
  • Search Engine Optimized
  • Lightweight and Fast
  • Top-notch Customer Support
View Superb Landing Page Demo

Customize Superb Landing Page

Superb Landing Page is created by SuperbThemes. We have 100.000+ users and are rated Excellent on Trustpilot
', "info", $options_notification_start); $notifications->Boot(); }