__( 'Faster Themes 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', $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 "

". __( 'Faster Themes Options', 'customtheme' ) . "

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

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

"; endif; ?>

Home Settings

Welcome Image

Remove" ?>

Welcome Title

Welcome Content

Why Choose us Image

Remove" ?>

Why Choose us Title

Why Choose us Content

Contact Address

Address 1

.

Address 2

Google Map Address

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/