__( 'FasterThemes Options', 'fastertheme_framework'), 'menu_title' => __('FT Options', 'fastertheme_framework'), 'capability' => 'edit_theme_options', 'menu_slug' => 'fasterthemes_framework', 'callback' => 'fastertheme_framework_page' ); return apply_filters( 'fasterthemes_framework_menu', $besty_menu ); } add_action( 'admin_menu', 'theme_options_add_page' ); function theme_options_add_page() { $besty_menu = fasterthemes_framework_menu_settings(); add_theme_page($besty_menu['page_title'],$besty_menu['menu_title'],$besty_menu['capability'],$besty_menu['menu_slug'],$besty_menu['callback']); } function fastertheme_framework_page(){ global $select_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; screen_icon(); $besty_image=get_template_directory_uri().'/theme-option/images/logo.png'; echo "

". __( 'FasterThemes Options', 'customtheme' ) . "

"; if ( false !== $_REQUEST['settings-updated'] ) : echo "

"._e( 'Options saved', 'customtheme' )."

"; endif; ?>

Basic Settings

Tagline

Your Tagline is display bottom of the logo.

Favicon

Remove"; } ?>
Size of fevicon should be exactly 32x32px for best results.

Copyright Text

Some text regarding copyright of your site, you would like to display in the footer.

Social Settings

Facebook

Facebook profile or page URL i.e. http://facebook.com/username/

Twitter

Twitter profile or page URL i.e. http://twitter.com/username/

Google Plus

RSS profile or page URL i.e. https://www.rss.com/username/

Linkedin

Linkedin profile or page URL i.e. https://linkedin.com/username/

Home Details

Welcome Title

Enter recent welcome title for your site , you would like to display in the Home Page.

Welcome Image

Remove"; ?>
Enter recent welcome image for your site , you would like to display in the Home Page.

Welcome Details

'besty_theme_options[welcome_details]','textarea_rows' => 10); wp_editor($besty_content, $besty_editor_id, $besty_settings); ?>

Enter your email to join our mailing list and we’ll keep you updated on new themes as they’re released and our exclusive special offers.

* indicates required