"general", "id" => BLOGBOX_SHORTNAME."_logo", "title" => "Logo location", "desc" => "Suggested Format:http://your.website.url/folder/logofile.png", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_show_blog_description", "title" => "Show Blog Description", "desc" => "Check to show description under logo", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_header_phone", "title" => "Header Phone Number", "desc" => "Enter your phone number (000-000-0000) if you want it in the header.", "type" => "text", "std" => "", "class" => "nohtml" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_header_facebook", "title" => "Header Facebook URL", "desc" => "Suggested Format:http://www.facebook.com/your_profile/", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_header_twitter", "title" => "Header Twitter URL", "desc" => "Suggested Format:http://twitter.com/your_twitter/", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_header_rss", "title" => "Header RSS URL", "desc" => "Suggested Format:http://your.feed.url/feed/", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_header_linkedin", "title" => "Header Linkedin URL", "desc" => "Suggested Format:http://ca.linkedin.com/profile link/", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_header_delicious", "title" => "Header Delicious URL", "desc" => "Suggested Format:http://www.delicious.com/save/", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_header_digg", "title" => "Header Digg URL", "desc" => "Suggested Format:http://digg.com/user", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_header_pinterest", "title" => "Header Pinterest URL", "desc" => "Suggested Format:http://pinterest.com/username/", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_header_google_plus", "title" => "Header Google+ URL", "desc" => "Suggested Format:https://plus.google.com/your_page_number/posts", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_left_copywrite_text", "title" => "Copywrite left text", "desc" => 'Some HTML allowed, suggest : &copy; copywrite <a href="#">www.yoursite.url</a>', "type" => "text", "std" => "" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_middle_copywrite_text", "title" => "Copywrite middle text", "desc" => 'Some HTML allowed, suggest : site by &nbsp; <a href="#">www.developer.url</a>', "type" => "text", "std" => "" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_right_copywrite_text", "title" => "Copywrite right text", "desc" => 'Some HTML allowed, suggest : <a href="#">sitemap</a>', "type" => "text", "std" => "" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_contact_email", "title" => "Email address for contact page", "desc" => "Must be a valid email address.", "type" => "text", "std" => "", "class" => "email" ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_show_favicon", "title" => "Show Favicon", "desc" => "You must put favicon.ico in theme folder.", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_show_comment_captcha", "title" => "Include Captcha in Comments Form?", "desc" => "Check to include a captcha in your comments form.", "type" => "checkbox", "std" => 1 // 0 for off ); $options[] = array( "section" => "general", "id" => BLOGBOX_SHORTNAME."_show_contact_captcha", "title" => "Include Captcha in Contact Form?", "desc" => "Check to include a captcha in your contact form.", "type" => "checkbox", "std" => 1 // 0 for off ); break; case 'skins' : $options[] = array( "section" => "skins", "id" => BLOGBOX_SHORTNAME."_use_skin", "title" => "Use Skin For Colors", "desc" => "Use a skin for background and text colors?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "skins", "id" => BLOGBOX_SHORTNAME . "_select_skin", "title" => "Skin For Theme", "desc" => "Select a skin to use.", "type" => "select", "std" => "Pastel Blue", "choices" => array( "Blue","Brown","Dark Gray","Gray") ); break; case 'background_colors' : $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_outside_background_color", "title" => "Outside Background Color", "desc" => "default: #FFFFFF", "type" => "text", "std" => "#FFFFFF", "class" => "hexcolor" ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME . "_select_gradient", "title" => "Background Gradient", "desc" => "Select a gradient for outside background.", "type" => "select", "std" => "No Gradient", "choices" => array( "No Gradient","Dark Gradient","Light Gradient") ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_header_background_color", "title" => "Header Background Color", "desc" => "default: #576C9C", "type" => "text", "std" => "#576C9C", "class" => "hexcolor" ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_header_top_border_color", "title" => "Header Top Border Color", "desc" => "default: #091C47", "type" => "text", "std" => "#091C47", "class" => "hexcolor" ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_header_bottom_border_color", "title" => "Header Bottom Border Color", "desc" => "default: #091C47", "type" => "text", "std" => "#091C47", "class" => "hexcolor" ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_feature_area_background_color", "title" => "Feature Area Background Color", "desc" => "default: #F4F7FF", "type" => "text", "std" => "#F4F7FF", "class" => "hexcolor" ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_main_area_background_color", "title" => "Main Area Background Color", "desc" => "default: #F4F7FF", "type" => "text", "std" => "#F4F7FF", "class" => "hexcolor" ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_home1_post_background_color", "title" => "Home Page Post Area Background Color", "desc" => "default: #F4F7FF", "type" => "text", "std" => "#F4F7FF", "class" => "hexcolor" ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_home1_slogan1_background_color", "title" => "Home Page Slogan 1 Background Color", "desc" => "default: #C6D8FF", "type" => "text", "std" => "#C6D8FF", "class" => "hexcolor" ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_home1_slogan2_background_color", "title" => "Home Page Slogan 2 Background Color", "desc" => "default: #C6D8FF", "type" => "text", "std" => "#C6D8FF", "class" => "hexcolor" ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_footer_background_color", "title" => "Footer Section Background Color", "desc" => "default: #091C47", "type" => "text", "std" => "#091C47", "class" => "hexcolor" ); $options[] = array( "section" => "background_colors", "id" => BLOGBOX_SHORTNAME."_copywrite_background_color", "title" => "Copywrite Section Background Color", "desc" => "default: #091C47", "type" => "text", "std" => "#091C47", "class" => "hexcolor" ); break; case 'text_colors' : $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_header_text_color", "title" => "Header Text Color", "desc" => "Color number for header text (default:#F4F7FF)", "type" => "text", "std" => "#F4F7FF", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_header_link_color", "title" => "Header Link Color", "desc" => "Color number for header links (default:#F4F7FF)", "type" => "text", "std" => "#F4F7FF", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_header_hover_color", "title" => "Header Hover Color", "desc" => "default:#F4F7FF", "type" => "text", "std" => "#F4F7FF", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_feature_text_color", "title" => "Feature Text Color", "desc" => "default:#F4F7FF", "type" => "text", "std" => "#091C47", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_main_text_color", "title" => "Main Text Color", "desc" => "default:#091C47", "type" => "text", "std" => "#091C47", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_main_link_color", "title" => "Main Link Color", "desc" => "default:#576C9C", "type" => "text", "std" => "#576C9C", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_main_hover_color", "title" => "Main Hover Color", "desc" => "default:#8E7763", "type" => "text", "std" => "#8E7763", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_footer_text_color", "title" => "Footer Text Color", "desc" => "default:#F4F7FF", "type" => "text", "std" => "#F4F7FF", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_footer_link_color", "title" => "Footer Link Color", "desc" => "default:#C6D8FF", "type" => "text", "std" => "#C6D8FF", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_footer_hover_color", "title" => "Footer Hover Color", "desc" => "default:#F4F7FF", "type" => "text", "std" => "#F4F7FF", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_copywrite_text_color", "title" => "Copywrite Text Color", "desc" => "default:#F4F7FF", "type" => "text", "std" => "#F4F7FF", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_copywrite_link_color", "title" => "Copywrite Link Color", "desc" => "default:#C6D8FF", "type" => "text", "std" => "#C6D8FF", "class" => "hexcolor" ); $options[] = array( "section" => "text_colors", "id" => BLOGBOX_SHORTNAME."_copywrite_hover_color", "title" => "Copywrite Hover Color", "desc" => "default:#F4F7FF", "type" => "text", "std" => "#F4F7FF", "class" => "hexcolor" ); break; case 'fonts' : $options[] = array( "section" => "fonts", "id" => BLOGBOX_SHORTNAME . "_header_font", "title" => "Font for Headers", "desc" => "Select a font for headers (default: Verdana)", "type" => "select", "std" => "Verdana, Geneva, sans-serif", "choices" => array( "Verdana, Geneva, sans-serif", "Arial, Helvetica, sans-serif", "'Book Antiqua', 'Palatino Linotype', Palatino, serif", "Cambria, Georgia, serif", "'Comic Sans MS', sans-serif", "Georgia, serif", "Tahoma, Geneva, sans-serif", "'Times New Roman', Times, serif", "'Trebuchet MS', Helvetica, sans-serif" ) ); $options[] = array( "section" => "fonts", "id" => BLOGBOX_SHORTNAME."_use_google_header", "title" => "Use Google Header Font", "desc" => "Use a Google Font for Headers?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "fonts", "id" => BLOGBOX_SHORTNAME . "_google_header_font", "title" => "Google Font for Headers", "desc" => "Select a Google font for headers (default: Droid Serif)", "type" => "select", "std" => "'Droid Serif', Georgia, Times, serif", "choices" => array( "'Allerta', Helvetica, Arial, sans-serif", "'Arvo', Georgia, Times, serif", "'Cabin', Helvetica, Arial, sans-serif", "'Corben', Georgia, Times, serif", "'Droid Sans', Helvetica, Arial, sans-serif", "'Droid Serif', Georgia, Times, serif", "'Lekton', Helvetica, Arial, sans-serif", "'Molengo', Georgia, Times, serif", "'Nobile', Helvetica, Arial, sans-serif", "'PT Sans', Helvetica, Arial, sans-serif", "'Raleway', Helvetica, Arial, sans-serif", "'Ubuntu', Helvetica, Arial, sans-serif", "'Vollkorn', Georgia, Times, serif" ) ); $options[] = array( "section" => "fonts", "id" => BLOGBOX_SHORTNAME . "_body_font", "title" => "Font for Body Text", "desc" => "Select a font for body text (default: Book Antiqua)", "type" => "select", "std" => "'Book Antiqua', 'Palatino Linotype', Palatino, serif", "choices" => array( "'Book Antiqua', 'Palatino Linotype', Palatino, serif", "Arial, Helvetica, sans-serif", "Cambria, Georgia, serif", "'Comic Sans MS', sans-serif", "Georgia, serif", "Tahoma, Geneva, sans-serif", "'Times New Roman', Times, serif", "'Trebuchet MS', Helvetica, sans-serif", "Verdana, Geneva, sans-serif" ) ); $options[] = array( "section" => "fonts", "id" => BLOGBOX_SHORTNAME."_use_google_body", "title" => "Use Google Body Font", "desc" => "Use a Google Font for Body Text?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "fonts", "id" => BLOGBOX_SHORTNAME . "_google_body_font", "title" => "Google Font for Body", "desc" => "Select a Google font for Body Text (default: Droid Sans)", "type" => "select", "std" => "'Droid Sans', Helvetica, Arial, sans-serif", "choices" => array( "'Allerta', Helvetica, Arial, sans-serif", "'Arvo', Georgia, Times, serif", "'Cabin', Helvetica, Arial, sans-serif", "'Corben', Georgia, Times, serif", "'Droid Sans', Helvetica, Arial, sans-serif", "'Droid Serif', Georgia, Times, serif", "'Lekton', Helvetica, Arial, sans-serif", "'Molengo', Georgia, Times, serif", "'Nobile', Helvetica, Arial, sans-serif", "'PT Sans', Helvetica, Arial, sans-serif", "'Raleway', Helvetica, Arial, sans-serif", "'Ubuntu', Helvetica, Arial, sans-serif", "'Vollkorn', Georgia, Times, serif" ) ); break; case 'home' : $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME . "_home1feature_options", "title" => "Home Page Feature Options", "desc" => "Select the feature option", "type" => "select", "std" => "Small slides and feature text box", "choices" => array( "Small slides and feature text box", "Full feature slides", "No feature") ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_left_feature_title", "title" => "Feature Title", "desc" => "Enter a title for the Feature Text Box", "type" => "text", "std" => "Welcome to blogBox", "class" => "nohtml" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME . "_left_feature_text", "title" => "Feature Text", "desc" => "Keep length less than 200 characters.", "type" => "textarea", "std" => "Use this box to set up the site with a mission statement, summary, or purpose.", ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_showfeaturepost", "title" => "Show Feature Posts", "desc" => "Include Feature Posts in Blog?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1section1_onoroff", "title" => "Enable Section 1", "desc" => "Do you want to display Section 1 ?", "type" => "checkbox", "std" => 1 // 0 for off ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1section1_slogan", "title" => "Home Section 1 Slogan", "desc" => "Enter your text for your slogan.", "type" => "text", "std" => "blogBox offers many features and options.", "class" => "nohtml" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_contact_link", "title" => "Contact Link", "desc" => "Suggested Format:http://your.website.url/contact/", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1section2_onoroff", "title" => "Enable Section 2", "desc" => "Do you want to display Section 2 ?", "type" => "checkbox", "std" => 1 // 0 for off ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1service1_image", "title" => "Service Box 1 Image URL", "desc" => "Ex: http://your.website.url/wp-content/uploads/folder/image.jpg", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1service1_title", "title" => "Service Box 1 Title", "desc" => "Enter a title for Servive Box 1.", "type" => "text", "std" => "", "class" => "nohtml" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1service1_link", "title" => "Service Box 1 Link", "desc" => "Suggested Format:http://your.website.url/page/", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME . "_home1service1_text", "title" => "Service Box 1 Text", "desc" => "Enter text for your service box - html allowed.", "type" => "textarea", "std" => "", ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1service2_image", "title" => "Service Box 2 Image URL", "desc" => "Ex: http://your.website.url/wp-content/uploads/folder/image.jpg", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1service2_title", "title" => "Service Box 2 Title", "desc" => "Enter a title for Servive Box 2.", "type" => "text", "std" => "", "class" => "nohtml" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1service2_link", "title" => "Service Box 2 Link", "desc" => "Suggested Format:http://your.website.url/page/", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME . "_home1service2_text", "title" => "Service Box 2 Text", "desc" => "Enter text for your service box - html allowed.", "type" => "textarea", "std" => "", ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1service3_image", "title" => "Service Box 3 Image URL", "desc" => "Ex: http://your.website.url/wp-content/uploads/folder/image.jpg", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1service3_title", "title" => "Service Box 3 Title", "desc" => "Enter a title for Servive Box 3.", "type" => "text", "std" => "", "class" => "nohtml" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1service3_link", "title" => "Service Box 3 Link", "desc" => "Suggested Format:http://your.website.url/page/", "type" => "text", "std" => "", "class" => "url" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME . "_home1service3_text", "title" => "Service Box 3 Text", "desc" => "Enter text for your service box - html allowed.", "type" => "textarea", "std" => "", ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1section3_onoroff", "title" => "Enable Section 3", "desc" => "Do you want to display Section 3 ?", "type" => "checkbox", "std" => 1 // 0 for off ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1section3_slogan", "title" => "Section 3 Slogan", "desc" => "Enter your text for your slogan", "type" => "text", "std" => "blogBox allows you to have a small slider or large slider home page", "class" => "nohtml" ); $options[] = array( "section" => "home", "id" => BLOGBOX_SHORTNAME."_home1section3_subslogan", "title" => "Section 3 Sub Slogan", "desc" => "Enter your text for your slogan.", "type" => "text", "std" => "You can also have a static page with no slider, or a blog style home page.", "class" => "nohtml" ); break; case 'portfolios' : $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME . "_portfolioA_cols", "title" => "Portfolio A Columns", "desc" => "How many columns do you want?", "type" => "select", "std" => "1", "choices" => array( "1", "2","3","4") ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioA_category", "title" => "Portfolio A Post Category", "desc" => "Enter Post Category for Portfolio A", "type" => "text", "std" => "Portfolio A", "class" => "nohtml" ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioA_content", "title" => "Portfolio A Content", "desc" => "Show post content?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioA_feature_caption", "title" => "Portfolio A Feature Caption", "desc" => "Show post Feature Image Caption?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioA_feature_description", "title" => "Portfolio A Feature Description", "desc" => "Show post Feature Image Description?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_showfeatureApost", "title" => "Show Portfolio A Posts", "desc" => "Include Portfolio A Posts in Blog?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME . "_portfolioB_cols", "title" => "Portfolio B Columns", "desc" => "How many columns do you want?", "type" => "select", "std" => "1", "choices" => array( "1", "2","3","4") ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioB_category", "title" => "Portfolio B Post Category", "desc" => "Enter Post Category for Portfolio B", "type" => "text", "std" => "Portfolio B", "class" => "nohtml" ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioB_content", "title" => "Portfolio B Content", "desc" => "Show post content?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioB_feature_caption", "title" => "Portfolio B Feature Caption", "desc" => "Show post Feature Image Caption?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioB_feature_description", "title" => "Portfolio B Feature Description", "desc" => "Show post Feature Image Description?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_showfeatureBpost", "title" => "Show Portfolio B Posts", "desc" => "Include Portfolio B Posts in Blog?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME . "_portfolioC_cols", "title" => "Portfolio C Columns", "desc" => "How many columns do you want?", "type" => "select", "std" => "1", "choices" => array( "1", "2","3","4") ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioC_category", "title" => "Portfolio C Post Category", "desc" => "Enter Post Category for Portfolio C", "type" => "text", "std" => "Portfolio C", "class" => "nohtml" ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioC_content", "title" => "Portfolio C Content", "desc" => "Show post content?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioC_feature_caption", "title" => "Portfolio C Feature Caption", "desc" => "Show post Feature Image Caption?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioC_feature_description", "title" => "Portfolio C Feature Description", "desc" => "Show post Feature Image Description?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_showfeatureCpost", "title" => "Show Portfolio C Posts", "desc" => "Include Portfolio C Posts in Blog?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME . "_portfolioD_cols", "title" => "Portfolio D Columns", "desc" => "How many columns do you want?", "type" => "select", "std" => "1", "choices" => array( "1", "2","3","4") ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioD_category", "title" => "Portfolio D Post Category", "desc" => "Enter Post Category for Portfolio D", "type" => "text", "std" => "Portfolio D", "class" => "nohtml" ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioD_content", "title" => "Portfolio D Content", "desc" => "Show post content?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioD_feature_caption", "title" => "Portfolio D Feature Caption", "desc" => "Show post Feature Image Caption?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioD_feature_description", "title" => "Portfolio D Feature Description", "desc" => "Show post Feature Image Description?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_showfeatureDpost", "title" => "Show Portfolio D Posts", "desc" => "Include Portfolio D Posts in Blog?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME . "_portfolioE_cols", "title" => "Portfolio E Columns", "desc" => "How many columns do you want?", "type" => "select", "std" => "1", "choices" => array( "1", "2","3","4") ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioE_category", "title" => "Portfolio E Post Category", "desc" => "Enter Post Category for Portfolio E", "type" => "text", "std" => "Portfolio E", "class" => "nohtml" ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioE_content", "title" => "Portfolio E Content", "desc" => "Show post content?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioE_feature_caption", "title" => "Portfolio E Feature Caption", "desc" => "Show post Feature Image Caption?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_portfolioE_feature_description", "title" => "Portfolio E Feature Description", "desc" => "Show post Feature Image Description?", "type" => "checkbox", "std" => 0 // 0 for off ); $options[] = array( "section" => "portfolios", "id" => BLOGBOX_SHORTNAME."_showfeatureEpost", "title" => "Show Portfolio E Posts", "desc" => "Include Portfolio E Posts in Blog?", "type" => "checkbox", "std" => 0 // 0 for off ); break; } return $options; } ?>