__( 'FasterThemes Options', 'fastertheme_framework'), 'menu_title' => __('Theme Options', 'fastertheme_framework'), 'capability' => 'edit_theme_options', 'menu_slug' => 'fasterthemes_framework', 'callback' => 'fastertheme_framework_page' ); return apply_filters( 'fasterthemes_framework_menu', $generator_menu ); } add_action( 'admin_menu', 'theme_options_add_page' ); function theme_options_add_page() { $generator_menu = fasterthemes_framework_menu_settings(); add_theme_page($generator_menu['page_title'],$generator_menu['menu_title'],$generator_menu['capability'],$generator_menu['menu_slug'],$generator_menu['callback']); } function fastertheme_framework_page(){ global $select_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>
". __( 'Theme Options', 'generator' ) . ""; echo "
"; ?>
Favicon
Size of favicon should be exactly 32x32px for best results.
Remove"; } ?>
Copyright Text
Some text regarding copyright of your site, you would like to display in the footer.
Email
Enter e-mail id for your site , you would like to display in the Top Header.
Phone
Enter phone number for your site , you would like to display in the Top Header.

Banner Slider

Slider
Remove"; } ?>

Title Bar

Title
Enter home page title for your site , you would like to display in the Home Page.
Short Description
Enter home content for your site , you would like to display in the Home Page.

First Section

Tab
Remove"; } ?>
Enter secion title for your home template , you would like to display in the Home Page.
Enter section content for home template , you would like to display in the Home Page.

Second Section

Recent Post Title
Enter recent post title for your site , you would like to display in the Home Page.
Category
Facebook
Facebook profile or page URL i.e. http://facebook.com/username/
Twitter
Twitter profile or page URL i.e. http://www.twitter.com/username/
Dribbble
Dribbble profile or page URL i.e. https://dribbble.com/username/
Linkedin
Linkedin profile or page URL i.e. https://linkedin.com/username/
RSS
RSS profile or page URL i.e. https://www.rss.com/username/

Options saved successfully.

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.