'', 'tswebiz_email' => '', 'facebookurl' => '', 'twitterurl' => '', 'googleurl' => '', 'linkedinurl' => '', 'backgrnd' => '', 'tswebiz_confirm' => '', 'tswebiz_credits' => '', 'tswebiz_new_text' => '' ); add_action( 'admin_menu', 'tswebiz_options_add_page' ); function tswebiz_options_add_page() { add_theme_page( 'tswebiz Options', 'TSWeBiz Options', 'edit_theme_options', 'tswebiz-options', 'tswebiz_options_page' ); } // connect stylesheet to options page function tswebiz_add_init() { wp_enqueue_style( 'tswebiz-admin-style', get_template_directory_uri() . '/include/admin-style.css', false, '1.1' ); } add_action( 'admin_enqueue_scripts', 'tswebiz_add_init' ); function tswebiz_register_settings() { register_setting( 'tswebiz-options', 'tswebiz_theme_options', ''); } add_action( 'admin_init', 'tswebiz_register_settings' ); /* * color picker add on */ add_action( 'admin_enqueue_scripts', 'tswebiz_add_color_picker' ); function tswebiz_add_color_picker() { // Add the color picker css file wp_enqueue_style( 'wp-color-picker' ); // Include our custom jQuery file with WordPress Color Picker dependency wp_enqueue_script( 'wp-color-picker-script', get_template_directory_uri() . '/js/custom-script.js', array( 'wp-color-picker' ), false, true ); } function tswebiz_options_page() { global $tswebiz_theme_options; ?>

Options Page

TSWeBiz Theme Settings

Update Sidebar Background Color - Alter Post Header - Add your Personal Links - Change Footer Text


Add your social media links here

Do not include the http:// or https:// both are pre loaded to match API. www. OK

Color for Sidebar-Left Background can be set here


Remove Title Date and Metadata from Home Page Article

Type in none to confirm. OR delete none to display.

You may write title in manually at the beginning of the lead article.
Option provides a way to remove the word home from a static home page.

Check box to remove credits from theme footer section.

/> You do not have to leave footer credits but it would be nice.

Replace the footer credit with your own text here