array('value' =>'Maven+Pro','label' => __('Maven Pro(default)')),'1' => array('value' =>'Arial','label' => __('Arial')),'2' => array('value' =>'Courier New','label' => __('Courier New')),'3' => array('value' =>'Georgia','label' => __('Georgia')),'4' => array('value' =>'Lucida Grande','label' => __('Lucida Grande')),'5' => array('value' =>'Tahoma','label' => __('Tahoma')),'6' => array('value' =>'Times New Roman','label' => __('Times New Roman')),'7' => array('value' =>'Ubuntu','label' => __('Ubuntu')), ); $select_slider_effect = array( '0' => array('value' => 'random', 'label' => __( 'Random')), '1' => array('value' => 'rain', 'label' => __('Rain')), '2' => array('value' => 'straight', 'label' =>__('Straight')), '3' => array('value' => 'swirl', 'label' => __('Swirl')), ); $select_slider_type = array( '0' => array('value' => 'posts', 'label' => __('Post Categeory')), '1' => array('value' => 'custom', 'label' => __( 'Custom Slides')), ); $select_slider_placement = array( '0' => array('value' => 'feature', 'label' => __( 'Business Pro Homepage')), '1' => array('value' => 'blog', 'label' => __('Default (Post) Template')), ); $shortname = "bu"; $optionlist = array ( array( "id" => $shortname, "type" => "open-tab"), array( "type" => "open"), array( "type" => "close"), array( "type" => "close-tab"), // General array( "id" => $shortname."-tab1", "type" => "open-tab"), array( "type" => "open"), array( "name" => "Choose a font:", "desc" => "(Default is Maven Pro)", "id" => $shortname."_font", "type" => "select2", "std" => ""), array( "name" => "Logo URL", "desc" => "Enter the link to your logo image, or to use your site title text leave blank.", "id" => $shortname."_logo", "type" => "text", "std" => ""), array( "name" => "Custom Favicon", "desc" => "A favicon is a 16x16 pixel icon that represents your site; paste the URL to a .ico image that you want to use as the image", "id" => $shortname."_favicon", "type" => "text", "std" => ""), array( "name" => "Google Analytics Code", "desc" => "You can paste your Google Analytics or other tracking code in this box. This will be automatically be added to the footer.", "id" => $shortname."_ga_code", "type" => "textarea", "std" => ""), array( "name" => "Show Facebook Like Button", "desc" => "Check this box to show the Facebook Like Button on blog posts", "id" => $shortname."_show_fb_like", "type" => "checkbox", "std" => "false"), array( "type" => "close"), array( "type" => "close-tab"), // Social array( "id" => $shortname."-tab2", "type" => "open-tab"), array( "type" => "open"), array( "name" => "Hide the Social Icons", "desc" => "Check this box to hide the social icons above the sidebar.", "id" => $shortname."_hide_social", "type" => "checkbox", "std" => "false"), array( "name" => "Hide the Search Box", "desc" => "Check this box to hide the search box above the sidebar.", "id" => $shortname."_hide_search", "type" => "checkbox", "std" => "false"), array( "name" => "Facebook URL", "desc" => "Enter your Facebook page URL for the Facebook social icon.", "id" => $shortname."_facebook", "type" => "facebook", "std" => "http://facebook.com"), array( "name" => "Twitter URL", "desc" => "Enter your Twitter URL for Twitter social icon.", "id" => $shortname."_twitter", "type" => "twitter", "std" => "http://twitter.com"), array( "name" => "Google + URL", "desc" => "Enter your Google + URL for the Google + social icon.", "id" => $shortname."_gplus", "type" => "gplus", "std" => "http://plus.google.com"), array( "name" => "LinkedIn URL", "desc" => "Enter your LinkedIn URL for the LinkedIn social icon.", "id" => $shortname."_linkedin", "type" => "linkedin", "std" => "http://linkedin.com"), array( "name" => "YouTube URL", "desc" => "Enter your YouTube URL for the YouTube social icon.", "id" => $shortname."_youtube", "type" => "youtube", "std" => "http://youtube.com"), array( "name" => "Google Maps URL", "desc" => "Enter your Google Maps URL for the Google Maps social icon.", "id" => $shortname."_googlemaps", "type" => "googlemaps", "std" => "http://google.com/maps"), array( "name" => "Email", "desc" => "Enter your contact email address for email social icon.", "id" => $shortname."_email", "type" => "email", "std" => "no@way.com"), array( "name" => "Custom RSS Link", "desc" => "Enter Feedburner URL, or leave blank for default RSS feed.", "id" => $shortname."_rsslink", "type" => "rss", "std" => ""), array( "type" => "close"), array( "type" => "close-tab"), //Blog array( "id" => $shortname."-tab3", "type" => "open-tab"), array( "type" => "open"), array( "name" => "Show Excerpts", "desc" => "Check this box to show post excerpts instead of full-length content.", "id" => $shortname."_show_excerpts", "type" => "checkbox", "std" => "false"), array( "name" => "Hide the Author", "desc" => "Check this box to hide the author link on posts.", "id" => $shortname."_hide_author", "type" => "checkbox", "std" => "false"), array( "name" => "Hide the Categories", "desc" => "Check this box to hide the categories link on posts.", "id" => $shortname."_hide_categories", "type" => "checkbox", "std" => "false"), array( "name" => "Hide the Date", "desc" => "Check this box to hide the date link on posts.", "id" => $shortname."_hide_date", "type" => "checkbox", "std" => "false"), array( "name" => "Hide the Comments", "desc" => "Check this box to hide the comments link on posts.", "id" => $shortname."_hide_comments", "type" => "checkbox", "std" => "false"), array( "name" => "Hide the Share Icons", "desc" => "Check this box to hide the share icons on posts.", "id" => $shortname."_hide_share", "type" => "checkbox", "std" => "false"), array( "name" => "Hide the Tags", "desc" => "Check this box to hide the tags link on posts.", "id" => $shortname."_hide_tags", "type" => "checkbox", "std" => "false"), array( "type" => "close"), array( "type" => "close-tab"), //SEO array( "id" => $shortname."-tab4", "type" => "open-tab"), array( "type" => "open"), array( "name" => "Home Description", "desc" => "Enter the META description of your homepage here.", "id" => $shortname."_home_description", "type" => "textarea", "std" => ""), array( "name" => "Home Keywords", "desc" => "Enter the META keywords of your homepage here (separated by commas).", "id" => $shortname."_home_keywords", "type" => "textarea", "std" => ""), array( "name" => "Optional Home Title", "desc" => "Enter an alternative title of your homepage here (default is site tagline).", "id" => "bu_home_title", "type" => "text", "std" => ""), array( "type" => "close"), array( "type" => "close-tab"), // Business Slider array( "id" => $shortname."-tab5", "type" => "open-tab"), array( "type" => "open"), array( "name" => "Hide Business Slider", "desc" => "Check this box to hide the Feature Slider on the homepage.", "id" => $shortname."_hide_slider", "type" => "checkbox", "std" => "false"), array( "name" => "Show posts from category:", "desc" => "(Default is all - WARNING: do not enter a category that does not exist or slider will not display)", "id" => $shortname."_slider_category", "type" => "text", "std" => ""), array( "name" => "Number of featured posts:", "desc" => "(Default is 5)", "id" => $shortname."_slider_posts_number", "type" => "text", "std" => ""), array( "name" => "Slider delay time (in milliseconds):", "desc" => "(Default is 3500)", "id" => $shortname."_slider_delay", "type" => "text", "std" => ""), array( "name" => "Hide the navigation:", "desc" => "Check to disable the slider navigation", "id" => $shortname."_slider_navigation", "type" => "checkbox", "std" => "false"), array( "type" => "close"), array( "type" => "close-tab"), // Footer array( "id" => $shortname."-tab6", "type" => "open-tab"), array( "type" => "open"), array( "name" => "Hide the Social Icons", "desc" => "Check this box to hide the social icons in the footer.", "id" => $shortname."_hide_footer_social", "type" => "checkbox", "std" => "false"), array( "name" => "Footer Copyright", "desc" => "Enter Copyright text used on the right side of the footer. It can be HTML (default is your blog title)", "id" => $shortname."_footer_text", "type" => "textarea", "std" => ""), array( "type" => "close"), array( "type" => "close-tab"), ); /** * Create the options page */ function theme_options_do_page() { global $themename, $shortname, $optionlist, $select_font, $select_slider_effect, $select_slider_type, $select_slider_placement; if ( ! isset( $_REQUEST['updated'] ) ) { $_REQUEST['updated'] = false; } if( isset( $_REQUEST['reset'] )) { global $wpdb; $query = "DELETE FROM $wpdb->options WHERE option_name LIKE 'business'"; $wpdb->query($query); die; } ?>

Settings


Want more features? Click below to upgrade to Business Pro, which includes the Business Pro homepage template, additional sections, fonts, custom Business slides, and much more.

Get Business Pro

Want to stick with Business lite, but want to support the developers? Please consider making a donation.

Donate

'.$themename.' settings saved

'; ?>

'.$themename.' settings reset

'; } ?>



  " />    " />

> - Check this box to hide the Facebook icon.    " />

> - Check this box to hide the Twitter icon.    " />

> - Check this box to hide the Google + icon.    " />

> - Check this box to hide the LinkedIn icon.    " />

> - Check this box to hide the YouTube icon.    " />

> - Check this box to hide the Google Maps icon.    " />

> - Check this box to hide the Email icon.    " />

> - Check this box to hide the RSS icon.   
  
/>   

   WARNING, THIS RESTORES TO DEFAULT

Need help? Follow the links below to visit our support forum and documentation pages:

Docs Forum