eewee_options_welcome_screen
The Eewee responsive design eewee options welcome screen function.
Description
eewee_options_welcome_screen();
Usage
if ( !function_exists( 'eewee_options_welcome_screen' ) ) { require_once '/includes/admin/theme-admin.php'; } // NOTICE! Understand what this does before running. $result = eewee_options_welcome_screen();
Defined (1)
The function is defined in the following location(s).
- /includes/admin/theme-admin.php
- function eewee_options_welcome_screen() {
- $theme_data = wp_get_theme();
- ?>
- <div id="zee_welcome">
- <h3><?php _e('Thank you for installing this theme!', 'eewee'); ?></h3>
- <div class="container">
- <h1><?php _e('Welcome to', 'eewee'); ?> <?php echo $theme_data->Name; ?></h1>
- <div class="zee_intro">
- <?php _e("First of all, the number of options might alarm you, <b>but don't panic</b>. Everything is organized and documented well enough for you.", 'eewee'); ?>
- </div>
- </div>
- <div class="welcome_halfed">
- <div class="welcome_left">
- <h3><?php _e('You would like some plugins free?', 'eewee'); ?></h3>
- <div class="container">
- <h2><?php _e('Plugin for your theme ', 'eewee'); ?> <?php echo $theme_data->Name; ?></h2>
- <p><?php _e('It is possible <b>eewee.fr</b>, Section wordpress / plugins.', 'eewee'); ?></p>
- <p><h4>Pro Widgets:</h4>
- <ul>
- <li>+ <?php _e('Social plugin, addthis, twitter, facebook, ...', 'eewee'); ?></li>
- <li>+ <?php _e('traffic to your website', 'eewee'); ?></li>
- <li>+ <?php _e('exchanges with your users', 'eewee'); ?></li>
- <li>+ <?php _e('functionality specific to your profession', 'eewee'); ?></li>
- </ul>
- <a class="welcome_button" href="<?php echo EEWEE_PLUGIN_URL; ?>" target="_blank"><?php _e('Learn more about the eewee plugins', 'eewee'); ?></a>
- </p>
- </div>
- </div>
- <div class="welcome_right">
- <h3><?php _e('You would like some themes free?', 'eewee'); ?></h3>
- <div class="container">
- <h2><?php _e('Plugin for your theme ', 'eewee'); ?> <?php echo $theme_data->Name; ?></h2>
- <p><?php _e('It is possible <b>eewee.fr</b>, Section wordpress / themes.', 'eewee'); ?></p>
- <p><h4>Pro Widgets:</h4>
- <ul>
- <li>+ <?php _e('usability for your users', 'eewee'); ?></li>
- <li>+ <?php _e('compatibility with tablets and smartphones', 'eewee'); ?></li>
- <li>+ <?php _e('functionality to the native theme', 'eewee'); ?></li>
- <li>+ <?php _e('shortcode for layout', 'eewee'); ?></li>
- </ul>
- <a class="welcome_button" href="<?php echo EEWEE_THEME_URL; ?>" target="_blank"><?php _e('Learn more about the eewee themes', 'eewee'); ?></a>
- </p>
- </div>
- </div>
- <div class="clear"></div>
- </div>
- <h3><?php _e('Not happy with', 'eewee'); ?> <?php echo $theme_data->Name; ?>?</h3>
- <div class="container">
- <p><?php _e('eewee.fr provide several other <b>free WordPress Themes</b>.', 'eewee'); ?>
- <a href="http://www.eewee.fr/wordpress/themes/" target="_blank"><?php _e('Click here to browse through all of my themes.', 'eewee'); ?></a>
- </p>
- </div>
- </div>
- <?php