__( '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', $booster_menu ); } add_action( 'admin_menu', 'theme_options_add_page' ); function theme_options_add_page() { $booster_menu = fasterthemes_framework_menu_settings(); add_theme_page($booster_menu['page_title'],$booster_menu['menu_title'],$booster_menu['capability'],$booster_menu['menu_slug'],$booster_menu['callback']); } function fastertheme_framework_page(){ global $select_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; screen_icon(); $booster_image=get_template_directory_uri().'/theme-option/images/logo.png'; echo "

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

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

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

"; endif; ?>

Home Settings

Welcome Image

Remove"; } ?>

Welcome Title

Welcome Content

Why Choose us Image

Remove"; } ?>

Why Choose us Title

Why Choose us Content

First Slide

Slide Image

Remove"; } ?>
Size of banner should be exactly 1200x400px for best results.

Slide Link

Second Slide

Slide Image

Remove"; } ?>
Size of banner should be exactly 1200x400px for best results.

Slide Link

Third Slide

Slide Image

Remove"; } ?>
Size of banner should be exactly 1200x400px for best results.

Slide Link

Forth Slide

Slide Image

Remove"; } ?>
Size of banner should be exactly 1200x400px for best results.

Slide Link

Fifth Slide

Slide Image

Remove"; } ?>
Size of banner should be exactly 1200x400px for best results.

Slide Link

Basic Settings

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/

Linkedin

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

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