__( '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', $menu ); } add_action( 'admin_menu', 'theme_options_add_page' ); function theme_options_add_page() { $menu = fasterthemes_framework_menu_settings(); add_theme_page($menu['page_title'],$menu['menu_title'],$menu['capability'],$menu['menu_slug'],$menu['callback']); } function fastertheme_framework_page(){ global $select_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; screen_icon(); $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; ?>

Basic Settings

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/

Google+

Google+ profile or page URL i.e. https://plus.google.com/username/

Footer Settings

Copyright Text

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