sprintf( esc_html__( '%1$s is now installed and ready to use. We want to make sure you have the best experience using the theme and that is why we gathered here all the necessary information for you. Thanks for using our theme!', 'blog-tale' ), 'Blog Tale' ), // Tabs. 'tabs' => array( 'getting-started' => esc_html__( 'Getting Started', 'blog-tale' ), 'useful-plugins' => esc_html__( 'Useful Plugins', 'blog-tale' ), ), // Quick links. 'quick_links' => array( 'theme_url' => array( 'text' => esc_html__( 'Theme Details', 'blog-tale' ), 'url' => 'https://unfoldwp.com/products/blog-tale/', ), 'demo_url' => array( 'text' => esc_html__( 'View Demo', 'blog-tale' ), 'url' => 'https://preview.unfoldwp.com/blog-tale/', ), 'documentation_url' => array( 'text' => esc_html__( 'View Documentation', 'blog-tale' ), 'url' => 'https://docs.unfoldwp.com/docs/blog-tale/', ), ), // Getting started. 'getting_started' => array( 'one' => array( 'title' => esc_html__( 'Theme Documentation', 'blog-tale' ), 'icon' => 'dashicons dashicons-format-aside', 'description' => esc_html__( 'Please check our full documentation for detailed information on how to setup and customize the theme.', 'blog-tale' ), 'button_text' => esc_html__( 'View Documentation', 'blog-tale' ), 'button_url' => 'https://docs.unfoldwp.com/docs/blog-tale/', 'button_type' => 'link', 'is_new_tab' => true, ), 'two' => array( 'title' => esc_html__( 'Widget Options', 'blog-tale' ), 'icon' => 'dashicons dashicons-admin-customizer', 'description' => esc_html__( 'Theme uses widgetareas and widget to display content on homepage. Different combination of widgets and widgetareas will make your site unique.', 'blog-tale' ), 'button_text' => esc_html__( 'Get Started', 'blog-tale' ), 'button_url' => admin_url('widgets.php'), 'button_type' => 'primary', ), 'three' => array( 'title' => esc_html__( 'Theme Options', 'blog-tale' ), 'icon' => 'dashicons dashicons-admin-customizer', 'description' => esc_html__( 'Theme uses Customizer API for theme options. Using the Customizer you can easily customize different aspects of the theme.', 'blog-tale' ), 'button_text' => esc_html__( 'Customize', 'blog-tale' ), 'button_url' => wp_customize_url(), 'button_type' => 'primary', ), 'four' => array( 'title' => esc_html__( 'Demo Content', 'blog-tale' ), 'icon' => 'dashicons dashicons-layout', 'description' => sprintf( esc_html__( 'To import sample demo content, %1$s plugin should be installed and activated. After plugin is activated, visit Import Demo Data menu under Appearance.', 'blog-tale' ), esc_html__( 'One Click Demo Import', 'blog-tale' ) ), ), 'five' => array( 'title' => esc_html__( 'Theme Preview', 'blog-tale' ), 'icon' => 'dashicons dashicons-welcome-view-site', 'description' => esc_html__( 'You can check out the theme demos for reference to find out what you can achieve using the theme and how it can be customized.', 'blog-tale' ), 'button_text' => esc_html__( 'View Demo', 'blog-tale' ), 'button_url' => 'https://preview.unfoldwp.com/blog-tale/', 'button_type' => 'link', 'is_new_tab' => true, ), 'six' => array( 'title' => esc_html__( 'Contact Support', 'blog-tale' ), 'icon' => 'dashicons dashicons-sos', 'description' => esc_html__( 'Got theme support question or found bug or got some feedbacks? Best place to ask your query is the dedicated Support forum for the theme.', 'blog-tale' ), 'button_text' => esc_html__( 'Contact Support', 'blog-tale' ), 'button_url' => 'https://unfoldwp.com/support/', 'button_type' => 'link', 'is_new_tab' => true, ), ), // Useful plugins. 'useful_plugins' => array( 'description' => esc_html__( 'Theme supports some helpful WordPress plugins to enhance your site. But, please enable only those plugins which you need in your site. For example, enable WooCommerce only if you are using e-commerce.', 'blog-tale' ), ), ); Blog_Tale_About::init( $config ); } endif; add_action( 'after_setup_theme', 'blog_tale_about_setup' );