anything.[jpg|gif|png] i.e. hfk7wdfw8.gif, IMAGE_1475.jpg, bla.png to ". $template_path ."images/header/ through FTP. You will need a \"FTP Client\" software such as Filezilla (free), the Firefox extension FireFTP (free) or SmartFTP ($36.95)."; $header_image_text_wpmu = "To upload your own header images, you'll need to prepare your header image(s) on your harddrive first. Rename your header images to atahualpa_header_X.[jpg|gif|png|bmp] (Example: atahualpa_header_1.jpg, atahualpa_header_3.png, atahualpa_header_182.gif) and then, upload them to your WordPress site through the WordPress Editor.

There may be no \"upload\" tab in the admin area though. In that case, start as if you were going to add an image to a post: Go to Admin -> Manage -> Posts, and click on the title of an existing post to open the editor. Click on the \"Add Media\" link, and in the next window click on the \"Choose files to upload\" button. That will open a window on your local computer where you can find and select the header image (which you've already renamed as described before) on your local harddrive. Select \"Full Size\" and, do NOT click on \"Insert into Post\" but click on \"Save all changes\" instead. Now reload your Homepage and the new header image should appear. If you want more than one header image (to have them rotate) simply repeat all these steps. Atahualpa will autmatically recognize all images that are named atahualpa_header_X.[jpg|png|gif]. If there's only one image, then it'll be your single, \"static\" header image. If there's more than one image, then Atahualpa will rotate them with every pageview."; $logo_icon_text_wp = "To show your own graphic, upload an image to ". $template_path ."images/ and put the file name of the image into this field.

Example:
myownlogo.gif

Make sure you have no spaces or exotic characters in the image file name. Your Windows or Mac Computer may display them but the hosting server probably won't. The image file can have a .gif, .jpg, .jpeg, .png or .bmp extension."; $logo_icon_text_wpmu = "To show your own graphic, upload an image through the WordPress Editor. There may be no \"upload\" tab in your WordPress version. To upload the image start as if you were going to add an image to a post: Go to Admin -> Manage -> Posts, and click on the title of an existing post to open the editor. Click on the \"Add Media\" link, and in the next window click on the \"Choose files to upload\" button. That will open a window on your local computer where you can select the image on your local harddrive. After you've selected the image, choose \"Full Size\" and, instead of clicking on \"Insert into Post\", click on \"Save all changes\". Then put the file name of your image into this field, i.e. my-new-logo.jpg and click \"Save changes\" at the bottom fo this page. Now reload your Homepage and your new logo should appear instead of the default one.

Make sure you have no spaces or exotic characters in the image file name. Your Windows or Mac Computer may display them but the hosting server probably won't. The image file can have a .gif, .jpg, .jpeg, .png or .bmp extension."; if (defined('ABSPATH')) { if (file_exists(ABSPATH."/wpmu-settings.php")) { $header_image_text = $header_image_text_wpmu; $logo_icon_text = $logo_icon_text_wpmu; } } else { $header_image_text = $header_image_text_wp; $logo_icon_text = $logo_icon_text_wp; } // different options text for different WP versions if( function_exists('wp_list_comments') ) { // WP 2.7+ $go_to_pages = "go to Site Admin -> Pages -> Edit"; $go_to_cats = "go to Site Admin -> Posts -> Categories"; $path_to_widgets = "Appearance"; } else { // WP 2.6 and older $go_to_pages = "go to Site Admin -> Manage -> Pages"; $go_to_cats = "go to Site Admin -> Manage -> Categories"; $path_to_widgets = "Design (\"Presentation\" in WP 2.3 and older)"; } // array of theme options starts here. Set the category of the first option of every new option category to "category_name", except for the very first option, which will be hard coded in functions.php $themename = "Atahualpa"; $shortname = "bfa_ata"; $options1 = array( array( "name" => "Thank you for using Atahualpa", "category" => "start-here", "id" => $shortname."_start_here", "type" => "info", "lastoption" => "yes", "info" => "
Atahualpa is a mature, browser-safe WordPress/PHP/CSS Framework released under GPL.

Support

Get support, discuss Atahualpa, get language files and more at the Bytes For All Forum.

PLEASE donate

Close to 2,000 hours have gone into the development of Atahualpa and counting. Please donate, no matter how small the amount may be. See the \"Donate\" links at wordpress.bytesforall.com and forum.bytesforall.com. Become a donating member at forum.bytesforall.com for additonal benefits such as HTML & Video tutorials, additional downloads and preferred attention from developers and moderators. Ideally, subscribe to the forum first and donate then, this way your donations will be automatically added to your forum user name. Otherwise, simply send a Private Message (PM) to user Flynn to have your PayPal donation added to your forum user name.

You don't need a PayPal account to donate, a credit card will do.

Additional ways to support us: Answer questions about Atahualpa at the BFA Forum and the WordPress.org Forum, vote for Atahualpa over at WordPress Themes and write something about Atahualpa on your web site.

Customizing with CSS

For greater flexibility many site elements can be styled with raw CSS rather than color pickers and select menus. But don't be afraid, Atahualpa takes care of the hard, layout and cross-browser related issues and leaves only the fun part of CSS for you: borders, colors, fonts, padding (inner spacing) and margin (outer spacing).

CSS usage instructions

Plugins

Enhance your site with plugins. Atahualpa should work with most plugins. It has plug & play support for these: Subscribe to Comments, Paged Comments, LMB Box Comment Quicktags, WP-PageNavi, WP-Email, WP-Print, WP-PostViews and Sociable. Tested with WP Super Cache, WP Cache 2 and WP-Syntax. Atahualpa automatically recognizes 12 popular SEO plugins (incl. All-in-one-SEO and Headspace2) and disables its own SEO features to avoid conflicts.
"), // New category: seo array( "name" => "Use Bytes For All SEO options?", "category" => "seo", "switch" => "yes", "id" => $shortname."_use_bfa_seo", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "Leave this at \"No\" if you're using ANY SEO plugin such as \"All-in-one-SEO\", or any plugin that deals with meta tags in some way. If both a SEO plugin and Atahualpa's SEO functions are activated, the meta tags of your site may get messed up, which might affect your search engine rankings.

If you leave this at \"No\", the next SEO options (except the last one, \"Nofollow RSS...\") will become obsolete, you may just skip them.

Note: Even if you set this to \"Yes\", the SEO functions listed below (except \"Nofollow RSS...\" and \"Make Post Titles H1\") will NOT be activated IF Atahualpa recognizes that a SEO plugin is activated."), array( "name" => "Homepage Meta Description", "category" => "seo", "id" => $shortname."_homepage_meta_description", "std" => "", "type" => "textarea-large", "escape" => "yes", "info" => "Type 1-3 sentences, about 20-30 words total. Will be used as Meta Description for (only) the homepage. If left blank, no Meta Description will be added to the homepage.

HTML: No
Single and double quotes: Yes"), array( "name" => "Homepage Meta Keywords", "category" => "seo", "id" => $shortname."_homepage_meta_keywords", "std" => "", "type" => "textarea-large", "escape" => "yes", "info" => "Type 5-30 words or phrases, separated by comma. Will be used as the Meta Keywords for (only) the homepage. If left blank, no Meta Keywords will be added to the homepage.

HTML: No
Single and double quotes: Technically, Yes, but search engines might object to it. Probably better to avoid quotes here."), array( "name" => "Meta Title Tag format", "category" => "seo", "id" => $shortname."_add_blogtitle", "type" => "select", "std" => "Page Title - Blog Title", "options" => array("Page Title - Blog Title", "Blog Title - Page Title", "Page Title"), "info" => "Show the blog title in front of or after the page title, in the meta title tag of every page? Or, show only the page title?"), array( "name" => "Meta Title Tag Separator", "category" => "seo", "id" => $shortname."_title_separator_code", "type" => "select", "std" => "1", "options" => array("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13"), "info" => "If you chose to include the blog title in the meta title (the option above), choose here what to put between the page and the blog title (or vice versa):

1 «     2 »     3 :     4:     5 >     6 <     7 -

8     9     10     11 ·     12     13"), array( "name" => "Noindex Date Archive Pages?", "category" => "seo", "id" => $shortname."_archive_noindex", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "Include meta tag \"noindex, follow\" into date based archive pages? The purpose is to keep search engines from spidering duplicate content from your site."), array( "name" => "Noindex Category pages?", "category" => "seo", "id" => $shortname."_cat_noindex", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "Include meta tag \"noindex, follow\" into category pages? Same purpose as above."), array( "name" => "Noindex Tag pages?", "category" => "seo", "id" => $shortname."_tag_noindex", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "Include meta tag \"noindex, follow\" into tag pages? Same purpose as above."), array( "name" => "Make Post/Page Titles H1?", "category" => "seo", "id" => $shortname."_h1_on_single_pages", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Make the Post/Page Titles H1 instead of H2, and the blog title H2 instead of H1, on Single Post Pages and static \"Page\" pages?
This gives the actual content more weight on their dedicated pages and downplays the weight of the blog title. On all multi post pages (such as homepage, category pages, etc.), the post titles will still be H2 and the blog title will be H1."), array( "name" => "Nofollow RSS, trackback & admin links?", "category" => "seo", "id" => $shortname."_nofollow", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "lastoption" => "yes", "info" => "Make RSS, trackback & admin links \"nofollow\"? Same purpose as above."), // New category: body-font-links array( "name" => "Body Style", "category" => "body-font-links", "switch" => "yes", "id" => $shortname."_body_style", "std" => "font-family: tahoma, arial, sans-serif;\nfont-size: 0.8em;\ncolor: #000000;\nbackground: #ffffff;", "type" => "textarea-large", "info" => "The styles you set here will apply to everything that doesn't get its own style.

Examples:

Setting a background image for the body:
background: url(". $css_img_path ."images/backgr.gif) repeat top left;
To use your own image upload it to ". $css_img_path ."images/

To put space above and below the layout:
padding-top: 20px; padding-bottom: 20px;

Set padding here, instead of margin on the layout container (see tab \"Layout\") because that won't work for the bottom, in Internet Explorer."), array( "name" => "Link Default Color", "category" => "body-font-links", "id" => $shortname."_link_color", "std" => "666666", "type" => "text", "info" => "All hex color codes."), array( "name" => "Link Hover Color", "category" => "body-font-links", "id" => $shortname."_link_hover_color", "std" => "cc0000", "type" => "text", "info" => "Color of links when \"hovering\" over them with the mouse pointer. All hex color codes."), array( "name" => "Link Default Decoration", "category" => "body-font-links", "id" => $shortname."_link_default_decoration", "type" => "select", "std" => "none", "options" => array("none", "underline"), "info" => "Underline links or not, in their default state?"), array( "name" => "Link Hover Decoration", "category" => "body-font-links", "id" => $shortname."_link_hover_decoration", "type" => "select", "std" => "underline", "options" => array("underline", "none"), "info" => "When the mouse pointer hovers over a link, underline it or not?"), array( "name" => "Link Text Bold or Not", "category" => "body-font-links", "id" => $shortname."_link_weight", "type" => "select", "std" => "bold", "options" => array("bold", "normal"), "lastoption" => "yes", "info" => "Make link text bold or not?"), // New category: layout array( "name" => "Layout WIDTH and type (FLUID or FIXED)", "category" => "layout", "switch" => "yes", "id" => $shortname."_layout_width", "std" => "99%", "type" => "text", "size" => "7", "info" => "This setting must contain either % (percent) or px after the number.

Examples "), array( "name" => "Layout MIN width", "category" => "layout", "id" => $shortname."_layout_min_width", "std" => "", "type" => "text", "size" => "5", "info" => "OPTIONAL, and for FLUID layouts only: You may set a MINIMUM width (in pixels) for fluid layouts, to limit the resizing behaviour.

Example: 770"), array( "name" => "Layout MAX width", "category" => "layout", "id" => $shortname."_layout_max_width", "std" => "", "type" => "text", "size" => "5", "info" => "OPTIONAL, and for FLUID layouts only: You may set a MAXIMUM width (in pixels) for fluid layouts, to limit the resizing behaviour.

Example: 1250"), array( "name" => "Layout Container Style", "category" => "layout", "id" => $shortname."_layout_style", "std" => "padding: 0;", "type" => "textarea-large", "info" => "Style the layout container here. The layout container holds the whole page including header, sidebars, center column and footer. Example:

border: solid 2px #cccccc;
padding: 10px; /*This effectively only affects top/bottom padding */

background: #ffffff;
-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;


NOTE: The rounded corners won't be round in Internet Explorer."), array( "name" => "Layout Container Padding Left/Right", "category" => "layout", "id" => $shortname."_layout_style_leftright_padding", "std" => "0", "type" => "text", "size" => "4", "lastoption" => "yes", "info" => "If you want left/right padding on the layout container, put the pixel value here. Atahualpa needs this as a separate style, in order to include it in the min/max width calculation. Example: 20"), // New category: favicon array( "name" => "Favicon", "category" => "favicon", "switch" => "yes", "id" => $shortname."_favicon_file", "std" => "20-favicon.ico", "type" => "text", "size" => "30", "lastoption" => "yes", "info" => "" . "Put the file name of the favicon here, i.e. fff-sport_soccer.ico. To use your own graphic, upload a your-file-name.ico to /atahualpa3/images/favicon/

Leave blank to show no favicon.

If the icon doesn't show: In some browsers such as IE6 you might have to clear cache and history and restart the browser

1-favicon.ico - 44-favicon.ico are available as big .png files (up to 128x128) at Nuvola Icon Set if you want to create a matching logo.

NOTE: If you create your own favicon: Simply renaming a .gif, .png or jpg file won't work in Internet Explorer. .ico is an actual file format. Create a 32 bit .png (optional: with transparent background) and a size of 16x16 pixels and convert it into an .ico file with a software such as @Icon Sushi "), // New category: header array( "name" => "Configure Header Area", "category" => "header", "switch" => "yes", "id" => $shortname."_configure_header", "type" => "textarea-large", "editable" => "yes", "size" => "30", "std" => "%pages %logo %bar1 %image %bar2", "info" => "Choose from 6 header items to arrange a custom header area: You can style and configure these header items individually further down on this page, and on the menu tabs Page Menu Bar and Category Menu Bar.

This section here is just for the overall configuration of the header area.

List the header items you want to display, in the order you want to display them.

Examples:"), array( "name" => "Logo Area: Styling", "category" => "header", "id" => $shortname."_logoarea_style", "std" => "", "type" => "textarea-large", "info" => "" . "Style the header's logo area. The logo area is the container that holds the logo / logo icon, the blog title, the blog tagline, the search box and the RSS/Email icons. The height of the logo area will be determined by its content. If you want more height, set the height here. You can set the height, borders and the background. Avoid margin and padding for this container - it's a table.

Example:
height: 150px;
background: #eeeeee;
border: solid 1px #000000;
"), array( "name" => "Show Logo Image?", "category" => "header", "id" => $shortname."_logo", "type" => "text", "std" => "logo.gif", "info" => "Show a logo in the logo area? Leave blank to show no logo. To test this, put huge-logo.gif here and set both \"Show Blog Title\" and \"Show Blog Tagline\" to \"No\" below.

" . $logo_icon_text), array( "name" => "Logo Image: Styling", "category" => "header", "id" => $shortname."_logo_style", "std" => "margin: 0 10px 0 0;", "type" => "textarea-large", "info" => "" . "Style the logo here, i.e. give it a border or move it around by applying margins.

Example:

margin: 30px 30px 30px 30px;"), array( "name" => "Show Blog Title?", "category" => "header", "id" => $shortname."_blog_title_show", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "You can remove the blog title, i.e. if you want to have just a (bigger) graphical logo instead of a small logo icon plus the blog title in HTML. If you set this to \"No\" you'll probably want to remove the Blog Tagline as well (see below)"), array( "name" => "Blog Title", "category" => "header", "id" => $shortname."_blog_title_style", "std" => "margin: 0;\npadding: 0;\nletter-spacing: -1px;\nline-height: 1.0em;\nfont-family: tahoma, arial, sans-serif;\nfont-size: 240%;", "type" => "textarea-large", "info" => "Style the blog title font except the color and font-weight (= next options)."), array( "name" => "Blog Title: Font Weight", "category" => "header", "id" => $shortname."_blog_title_weight", "type" => "select", "std" => "bold", "options" => array("bold", "normal"), "info" => "Make blog title bold or not."), array( "name" => "Blog Title Color", "category" => "header", "id" => $shortname."_blog_title_color", "std" => "666666", "type" => "text", "info" => "The blog title default color."), array( "name" => "Blog Title Color: Hover", "category" => "header", "id" => $shortname."_blog_title_color_hover", "std" => "000000", "type" => "text", "info" => "The blog title hover color."), array( "name" => "Show Blog Tagline?", "category" => "header", "id" => $shortname."_blog_tagline_show", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "You can remove the blog tagline here. The blog tagline is the short blog description under the blog title. It can be set at Settings -> General -> Tagline."), array( "name" => "Blog Tagline", "category" => "header", "id" => $shortname."_blog_tagline_style", "std" => "margin: 0;\npadding: 0;\nfont-size: 1.2em;\nfont-weight: bold;\ncolor: #666666;", "type" => "textarea-large", "info" => "Style the blog tagline."), array( "name" => "Show search box?", "category" => "header", "id" => $shortname."_show_search_box", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "You can remove the search box from the header here.

To put a search box into one of the sidebars, go to Site Admin -> " . $path_to_widgets . " -> Widgets, and add the \"Search\" widget to one of the sidebars."), array( "name" => "Search box", "category" => "header", "id" => $shortname."_searchbox_style", "std" => "border: 1px dashed #cccccc;\nborder-bottom: 0;\nwidth: 200px;\nmargin: 0;\npadding: 0;", "type" => "textarea-large", "info" => "Style the searchbox in the header."), array( "name" => "Text in header search box", "category" => "header", "id" => $shortname."_searchbox_text", "std" => "", "type" => "text", "size" => "30", "info" => "Show pre-filled text in the header search box, such as Type + Enter to search ?"), array( "name" => "Horizontal Bar 1: Styling", "category" => "header", "id" => $shortname."_horbar1", "std" => "height: 5px;\nbackground: #ffffff;\nborder-top: dashed 1px #cccccc;", "type" => "textarea-large", "info" => "2 (empty) horizontal bars are available, both of which you can style differently and use once or multiple times as additional styling elements for the header area. These bars will span the whole layout width. You can style their background color, height and all 4 borders (top, right, bottom, left)."), array( "name" => "Horizontal Bar 2: Styling", "category" => "header", "id" => $shortname."_horbar2", "std" => "height: 5px;\nbackground: #ffffff;\nborder-bottom: dashed 1px #cccccc;", "type" => "textarea-large", "lastoption" => "yes", "info" => "Style the 2nd horizontal bar here. You can use each one of these bars multiple times (or not at all)."), // New category: header-image array( "name" => "Header Images", "category" => "header-image", "switch" => "yes", "id" => $shortname."_header_image_info", "type" => "info", "info" => "
All header images are located in ". $css_img_path ."images/header/. All images in that directory will be rotated. If you don't want rotating header images, leave only one image in that directory. " . $header_image_text), array( "name" => "Rotate header images with Javascript?", "category" => "header-image", "id" => $shortname."_header_image_javascript", "type" => "select", "std" => "0", "options" => array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30), "info" => "Select amount of seconds between rotation. Set to 0 to not use Javascript for rotation. In this case the images will still be rotated on each page load, but without JS."), array( "name" => "Preload header images for Javascript rotation?", "category" => "header-image", "id" => $shortname."_header_image_javascript_preload", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Preload the header images for Javascript rotation? Should probably be set to \"No\" if you have many header images."), array( "name" => "Make header image clickable?", "category" => "header-image", "id" => $shortname."_header_image_clickable", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "Select \"Yes\" to make the header image clickable and to link it to the homepage."), array( "name" => "Header Image: Height", "category" => "header-image", "id" => $shortname."_headerimage_height", "std" => "150", "type" => "text", "size" => "5", "info" => "" . "Visible height of the header image(s), in pixels. Change this value to show a taller or less tall area of the header image(s).

This value does not need to match the actual height of your header image(s). In fact, all your header images could have different (actual) heights. Only the top XXX (= value that you set here) pixels of each image will be shown, the rest will be hidden. "), array( "name" => "Header Image: Alignment", "category" => "header-image", "id" => $shortname."_headerimage_alignment", "type" => "select", "std" => "top center", "options" => array("top center", "top left", "top right", "center left", "center center", "center right", "bottom left", "bottom center", "bottom right"), "info" => "The aligned edge or end of the image will be the fixed part, and the image will be cut off from the opposite edge or end if it doesn't fit into the visitor's browser viewport.

Example: If you choose \"Top Left\" as the alignment, then the image(s) will be cut off from the opposite edge, which would be \"Bottom Right\" in this case."), array( "name" => "Opacity LEFT: Value", "category" => "header-image", "id" => $shortname."_header_opacity_left", "std" => "40", "type" => "select", "options" => array("0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90", "95"), "info" => "" . "Opacity overlay for the LEFT hand side of the header image. Choose 0 to remove the Opacity."), array( "name" => "Opacity LEFT: Width", "category" => "header-image", "id" => $shortname."_header_opacity_left_width", "std" => "200", "type" => "text", "size" => "5", "info" => "" . "Width of the Opacity overlay for the LEFT hand side of the header image, in pixels. To match this to the left sidebar's width, add up the left sidebar's width plus its left and right paddings, if you've set any."), array( "name" => "Opacity LEFT: Color", "category" => "header-image", "id" => $shortname."_header_opacity_left_color", "std" => "ffffff", "type" => "text", "info" => "Color of the Opacity overlay for the LEFT hand side of the header image."), array( "name" => "Opacity RIGHT: Value", "category" => "header-image", "id" => $shortname."_header_opacity_right", "std" => "40", "type" => "select", "options" => array("0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90", "95"), "info" => "" . "Opacity overlay for the RIGHT hand side of the header image. Choose 0 to remove the Opacity."), array( "name" => "Opacity RIGHT: Width", "category" => "header-image", "id" => $shortname."_header_opacity_right_width", "std" => "200", "type" => "text", "size" => "5", "info" => "" . "Width of the Opacity overlay for the RIGHT hand side of the header image, in pixels. To match this to the right sidebar's width, add up the left sidebar's width plus its left and right paddings, if you've set any."), array( "name" => "Opacity RIGHT: Color", "category" => "header-image", "id" => $shortname."_header_opacity_right_color", "std" => "ffffff", "type" => "text", "info" => "Color of the Opacity overlay for the RIGHT hand side of the header image."), array( "name" => "Overlay Blog TITLE over Header Image(s)?", "category" => "header-image", "id" => $shortname."_overlay_blog_title", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "An alternative location for the blog title."), array( "name" => "Overlay Blog TAGLINE over Header Image(s)?", "category" => "header-image", "id" => $shortname."_overlay_blog_tagline", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "An alternative location for the blog tagline."), array( "name" => "Overlayed Blog Title/Tagline Style", "category" => "header-image", "id" => $shortname."_overlay_box_style", "std" => "margin-top: 30px;\nmargin-left: 30px;", "type" => "textarea-large", "lastoption" => "yes", "info" => "" . "The overlayed blog title and blog tagline will be in a div container. Move that container around by changing the margin-top and margin-left values. To right-align the overlayed container, add float: right; and replace margin-left with margin-right. To center it, add float:none; margin-left:auto; margin-right:auto; text-align:center; and, instead of adding margin-top here, add padding-top to the parent container, via HTML/CSS Inserts -> CSS Inserts: div.header-image-container { padding-top: 30px; height: XXXpx; } with XXX = desired image height - padding-top value.

You can add background color, borders and padding, too.

Example (as shown in the image):

margin-top: 30px;
margin-left: 30px;
width: 300px;
padding: 7px;
background: #ffffff;
border: solid 2px #000000;
filter: alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;


Leave width: ...; out to let the box adjust to the width of the blog title or tagline, whichever is longer.

To change the styles of the blog title or the blog tagline individually, see the menu tab \"Header\"."), // New category: feed-links array( "name" => "RSS settings", "category" => "feed-links", "switch" => "yes", "id" => $shortname."_rss_settings_info", "type" => "info", "info" => "
Choose from 4 types of RSS links:There are 4 different locations to place these RSS links: After you've configured everything...If you want to redirect all the Posts and Comments RSS links to Feedburner, you will need to install the Feedburner Feedsmith plugin. Note: When copying and pasting your Feedburner feed URL from your Feedburner account into the options page of Feedsmith here on your blog, make sure there is no space at the end of the URL or Feedburner account name.

Atahualpa does not send RSS subscribers (other than Email subscribers) straight away to Feedburner, because..."), array( "name" => "RSS Box Width", "category" => "feed-links", "id" => $shortname."_rss_box_width", "std" => "280", "type" => "text", "info" => "" . "Give the box containing the RSS buttons/links a fixed width, in pixels, to keep them in one line, to avoid early wrapping. You shouldn't make this wider than needed for the given content."), array( "name" => "Show Post Feed icon?", "category" => "feed-links", "id" => $shortname."_show_posts_icon", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "" . "Show the Post RSS Feed icon on the right hand side of the logo area?"), array( "name" => "Post Feed Link Text", "category" => "feed-links", "id" => $shortname."_post_feed_link", "std" => __("Posts","atahualpa"), "type" => "text", "info" => "" . "Leave blank to show no Post Feed Text Link in the logo area."), array( "name" => "Post Feed Link \"Title\"", "category" => "feed-links", "id" => $shortname."_post_feed_link_title", "std" => __("Subscribe to the POSTS feed","atahualpa"), "type" => "text", "size" => "30", "info" => "" . "This is not the link anchor text (that was one option above), but the link \"title\", a text that will pop up when the mouse points at the link."), array( "name" => "Show Comment Feed icon?", "category" => "feed-links", "id" => $shortname."_show_comments_icon", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "" . "Show the Comment RSS Feed icon on the right hand side of the logo area?"), array( "name" => "Comment Feed Link Text", "category" => "feed-links", "id" => $shortname."_comment_feed_link", "std" => __("Comments","atahualpa"), "type" => "text", "info" => "" . "Leave blank to show no Comment Feed Text Link in the logo area."), array( "name" => "Comment Feed Link \"Title\"", "category" => "feed-links", "id" => $shortname."_comment_feed_link_title", "std" => __("Subscribe to the COMMENTS feed","atahualpa"), "type" => "text", "size" => "30", "info" => "" . "This is not the link anchor text (that was one option above), but the link \"title\", a text that will pop up when the mouse points at the link."), array( "name" => "Show Feedburner Email icon?", "category" => "feed-links", "id" => $shortname."_show_email_icon", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "" . "Show a Feedburner \"Subscribe by Email\" icon on the right hand side of the logo area?"), array( "name" => "Feedburner Email Link Text", "category" => "feed-links", "id" => $shortname."_email_subscribe_link", "std" => __("By Email","atahualpa"), "type" => "text", "info" => "" . "Leave blank to show no \"Subscribe by Email\" Text Link in the logo area"), array( "name" => "Feedburner Email Link \"Title\"", "category" => "feed-links", "id" => $shortname."_email_subscribe_link_title", "std" => __("Subscribe by EMAIL","atahualpa"), "type" => "text", "size" => "30", "info" => "" . "This is not the link anchor text (that was one option above), but the link \"title\", a text that will pop up when the mouse points at the link."), array( "name" => "Feedburner ID for this site?", "category" => "feed-links", "id" => $shortname."_feedburner_email_id", "type" => "text", "std" => "", "size" => "25", "info" => "If you chose to show the Feedburner \"Subscribe by Email\" link, put the ID of the Feedburner feed for this site here.

The ID will be a number (around 7 digits) if you have an OLD account at feedburner.com. If you have a NEW account at feedburner.google.com, the ID will not be a number but a string that probably resembles your site name but without spaces.

Log in your Feedburner account, click \"My Feeds\" -> \"[Title of the feed/site in question]\" -> \"Publicize\" -> \"Email Subscriptions\". (If you have not activated the Email subscription yet do it now and proceed with the next step afterwards). Now check out the two textareas.

If you have a feedburner.google.com account: The smaller one of the two textareas, the one at the bottom, will contain something like this: feedburner.google.com/fb/a/mailverify?uri=bytesforall/lzoG&loc=en_US The highlighted text is your Google/Feedburner ID. Note: bytesforall/lzoG will NOT be your ID. This is just a sample to show you where the ID starts and where it ends. It starts after ?uri= and it ends before &loc=

If you have an (old, original) feedburner.com account: With an old feedburner account, that is not transferred to google yet, the smaller one of the two textareas, the one at the bottom, will contain something like this: www.feedburner.com/fb/a/emailverifySubmit?feedId=1234567&loc=en_US The highlighted number is your (old, original) Feedburner.com ID. Note: 1234567 will NOT be your ID. This is just a sample to show you where the ID starts and where it ends. It starts after ?feedId= and it ends before &loc=

Now that you got your (new Google/Feedburner OR old Feedburner.com) ID put it into this field here"), array( "name" => "OLD or NEW Feedburner account?", "category" => "feed-links", "id" => $shortname."_feedburner_old_new", "type" => "select", "std" => "New - at feedburner.google.com", "lastoption" => "yes", "options" => array("New - at feedburner.google.com", "Old - at feedburner.com"), "info" => "Whether your account qualifies as old or new does not depend on whether you log in at feedburner.com or at feedburner.google.com. See one option above to determine whether your account is OLD or NEW."), // New category: page-menu-bar array( "name" => "Home link in Page Menu Bar", "category" => "page-menu-bar", "switch" => "yes", "id" => $shortname."_home_page_menu_bar", "std" => __("Home","atahualpa"), "type" => "text", "info" => ""), array( "name" => "Exclude pages from Page Menu Bar?", "category" => "page-menu-bar", "id" => $shortname."_exclude_page_menu_bar", "std" => "", "type" => "text", "size" => "30", "info" => "Example: 13,29,102,117

To get the ID of a page, go to WP Admin -> Pages -> Edit, point your mouse at the title of the page in question, and watch your browser's status bar (it's at the bottom) for an URL ending on \"...action=edit&post=XX\". XX is the ID of the page."), array( "name" => "Depth of Page Menu Bar", "category" => "page-menu-bar", "id" => $shortname."_levels_page_menu_bar", "std" => "0", "type" => "select", "options" => array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10), "info" => ""), array( "name" => "Sorting order of Page Menu Bar", "category" => "page-menu-bar", "id" => $shortname."_sorting_page_menu_bar", "type" => "select", "std" => "menu_order", "options" => array("menu_order", "post_title"), "info" => ""), array( "name" => "Title tags in Page Menu Bar", "category" => "page-menu-bar", "id" => $shortname."_titles_page_menu_bar", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "Include a \"title\" tag for each item in the page menu? These will pop up when hovering over a menu item."), array( "name" => "Don't link first level parent items in Page Menu Bar?", "category" => "page-menu-bar", "id" => $shortname."_page_menu_1st_level_not_linked", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "Set this to No to replace the link target of first level parent items with <a href=\"#\"> This will basically unlink the first level menu items that have children. The submenus drop down when pointing the mouse at the link, but clicking the link doesn't do anything. This is for users that want to organize their pages in main pages and sub pages but don't have content on the main pages. \"Yes\" means \"Yes, don't link\"."), array( "name" => "Border around all menu items", "category" => "page-menu-bar", "id" => $shortname."_anchor_border_page_menu_bar", "std" => "dashed 1px #cccccc", "type" => "text", "info" => "Every item of the menu bar, plus the menu bar itself, will be wrapped into this border. To have no borders in the first level, give it the same color as the background color for first level items. Don't use semicolons here.

Note: Leave the border width at 1px, match colors if you want to make it dissapear."), array( "name" => "Background color", "category" => "page-menu-bar", "id" => $shortname."_page_menu_bar_background_color", "std" => "ffffff", "type" => "text", "info" => "Background color for menu items in their default state and the menu bar itself."), array( "name" => "Background color: Hover", "category" => "page-menu-bar", "id" => $shortname."_page_menu_bar_background_color_hover", "std" => "eeeeee", "type" => "text", "info" => "Background color for menu items in hover state."), array( "name" => "Background color: Parent", "category" => "page-menu-bar", "id" => $shortname."_page_menu_bar_background_color_parent", "std" => "dddddd", "type" => "text", "info" => "Background color for parent menu item while hovering over its sub menu."), array( "name" => "Font Size & Face", "category" => "page-menu-bar", "id" => $shortname."_page_menu_font", "std" => "11px Arial, Verdana, sans-serif", "type" => "text", "size" => "30", "editable" => "yes", "info" => "Set both the font size and the font face for the menu items. Enclose font face names with a space in quotes, i.e.:
12px \"comic sans ms\", \"courier new\", arial, sans-serif

Don't use semicolons here."), array( "name" => "Link Color", "category" => "page-menu-bar", "id" => $shortname."_page_menu_bar_link_color", "std" => "777777", "type" => "text", "info" => "Color of the link text."), array( "name" => "Link Color: Hover", "category" => "page-menu-bar", "id" => $shortname."_page_menu_bar_link_color_hover", "std" => "000000", "type" => "text", "info" => "Color of the link text in hover state."), array( "name" => "Transform text in Page Menu Bar?", "category" => "page-menu-bar", "id" => $shortname."_page_menu_transform", "type" => "select", "std" => "uppercase", "options" => array("uppercase", "lowercase", "capitalize", "none"), "info" => "You can transform the link titles in the page menu bar."), array( "name" => "White or Black Arrows as Sub Menu Indicator?", "category" => "page-menu-bar", "id" => $shortname."_page_menu_arrows", "type" => "select", "std" => "black", "options" => array("black", "white"), "info" => "If a menu item has sub menus, it will be indicated with down/right arrows. Choose the color for these arrows."), array( "name" => "Width of Sub Menus", "category" => "page-menu-bar", "id" => $shortname."_page_menu_submenu_width", "type" => "select", "std" => "11", "lastoption" => "yes", "options" => array("7", "7.5", "8", "8.5", "9", "9.5", "10", "10.5", "11", "11.5", "12", "12.5", "13", "13.5", "14", "14.5", "15", "15.5", "16", "16.5", "17", "17.5", "18", "18.5", "19", "19.5", "20", "20.5", "21", "21.5", "22", "22.5", "23", "23.5", "24", "24.5", "25"), "info" => "The width of top level items will adjust to the width of the links inside, but the sub menus need a defined width, in \"em\"."), // New category: cat-menu-bar array( "name" => "Home link in Category Menu Bar", "category" => "cat-menu-bar", "switch" => "yes", "id" => $shortname."_home_cat_menu_bar", "std" => "", "type" => "text", "info" => ""), array( "name" => "Exclude categories from Category Menu Bar?", "category" => "cat-menu-bar", "id" => $shortname."_exclude_cat_menu_bar", "std" => "", "type" => "text", "size" => "30", "info" => "Example: 13,29,102,117

To get the ID of a category, go to WP Admin -> Posts -> Categories, point your mouse at the title of the category in question, and watch your browser's status bar (it's at the bottom) for an URL ending on \"...action=edit&cat_ID=XX\". XX is the ID of the category."), array( "name" => "Depth of Category Menu Bar", "category" => "cat-menu-bar", "id" => $shortname."_levels_cat_menu_bar", "std" => "0", "type" => "select", "options" => array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10), "info" => ""), array( "name" => "Sort Category Menu Bar by:", "category" => "cat-menu-bar", "id" => $shortname."_sorting_cat_menu_bar", "type" => "select", "std" => "ID", "options" => array("ID", "name", "count", "order"), "info" => ''), array( "name" => "Sorting order Category Menu Bar", "category" => "cat-menu-bar", "id" => $shortname."_order_cat_menu_bar", "type" => "select", "std" => "ASC", "options" => array("ASC", "DESC"), "info" => "Sort categories in ascending (ASC) or descending (DESC) order?"), array( "name" => "Title tags in Category Menu Bar", "category" => "cat-menu-bar", "id" => $shortname."_titles_cat_menu_bar", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "Include a \"title\" tag for each item in the category menu bar? Title tags are the little boxes that pop up when hovering over a menu item. Setting this to yes makes sense if you've set a \"description\" for each category (Manage -> Categories -> Click on category name). Otherwise the title tag will just repeat the category name."), array( "name" => "Add category description to menu bar tabs", "category" => "cat-menu-bar", "id" => $shortname."_add_descr_cat_menu_links", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "This will add a line break <br /> followed by the \"category description\" (which you can set at Site Admin -> Posts -> Categories -> Description) to the link text of each category's button in the category menu bar. This category description, which is now visible inside the menu buttons, can be styled through HTML/CSS Inserts -> CSS Insert, i.e.: span.cat-descr { font-size: 90%; text-tranform: none; }"), array( "name" => "Default Category description text", "category" => "cat-menu-bar", "id" => $shortname."_default_cat_descr_text", "std" => "View all posts filed under
%category%", "type" => "text", "size" => "30", "editable" => "yes", "info" => "If you chose to include the category description in the menu bar's link texts (one option above), then set a default text here for categories that have no description. %category% is a placeholder and will be replaced with the Category Title. HTML allowed."), array( "name" => "Border around all menu items", "category" => "cat-menu-bar", "id" => $shortname."_anchor_border_cat_menu_bar", "std" => "solid 1px #000000", "type" => "text", "info" => "Every item of the menu bar, plus the menu bar itself, will be wrapped into this border. To have no borders in the first level, give it the same color as the background color for first level items. Don't use semicolons here.

Note: Leave the border width at 1px, match colors if you want to make it dissapear."), array( "name" => "Background color", "category" => "cat-menu-bar", "id" => $shortname."_cat_menu_bar_background_color", "std" => "777777", "type" => "text", "info" => "Background color for menu items in their default state and the menu bar itself."), array( "name" => "Background color: Hover", "category" => "cat-menu-bar", "id" => $shortname."_cat_menu_bar_background_color_hover", "std" => "cc0000", "type" => "text", "info" => "Background color for menu items in hover state."), array( "name" => "Background color: Parent", "category" => "cat-menu-bar", "id" => $shortname."_cat_menu_bar_background_color_parent", "std" => "000000", "type" => "text", "info" => "Background color for parent menu item while hovering over its sub menu."), array( "name" => "Font for Category Menu Bar", "category" => "cat-menu-bar", "id" => $shortname."_cat_menu_font", "std" => "11px Arial, Verdana, sans-serif", "type" => "text", "size" => "30", "editable" => "yes", "info" => "Set both the font size and the font face for the menu items. Enclose font face names with a space in quotes, i.e.:
12px \"comic sans ms\", \"courier new\", arial, sans-serif

Don't use semicolons here."), array( "name" => "Link Color", "category" => "cat-menu-bar", "id" => $shortname."_cat_menu_bar_link_color", "std" => "ffffff", "type" => "text", "info" => "Color of the link text in default state."), array( "name" => "Link Color: Hover", "category" => "cat-menu-bar", "id" => $shortname."_cat_menu_bar_link_color_hover", "std" => "ffffff", "type" => "text", "info" => "Color of the link text in hover state."), array( "name" => "Transform text in Category Menu Bar?", "category" => "cat-menu-bar", "id" => $shortname."_cat_menu_transform", "type" => "select", "std" => "uppercase", "options" => array("uppercase", "lowercase", "capitalize", "none"), "info" => "You can transform the link titles in the category menu bar."), array( "name" => "White or Black Arrows as Sub Menu Indicator?", "category" => "cat-menu-bar", "id" => $shortname."_cat_menu_arrows", "type" => "select", "std" => "white", "options" => array("white", "black"), "info" => "If a menu item has sub menus, it will be indicated with down/right arrows. Choose the color for these arrows."), array( "name" => "Width of Sub Menus", "category" => "cat-menu-bar", "id" => $shortname."_cat_menu_submenu_width", "type" => "select", "std" => "11", "lastoption" => "yes", "options" => array("7", "7.5", "8", "8.5", "9", "9.5", "10", "10.5", "11", "11.5", "12", "12.5", "13", "13.5", "14", "14.5", "15", "15.5", "16", "16.5", "17", "17.5", "18", "18.5", "19", "19.5", "20", "20.5", "21", "21.5", "22", "22.5", "23", "23.5", "24", "24.5", "25"), "info" => "The width of top level items will adjust to the width of the links inside, but the sub menus need a defined width, in \"em\"."), // new category: center array( "name" => "Center column style", "category" => "center", "switch" => "yes", "id" => $shortname."_center_column_style", "std" => "padding: 10px 15px;", "type" => "textarea-large", "info" => "Style the center column here. The center column is the container for everything in the middle: All posts (including \"page\" posts) and the next/prev navigation."), array( "name" => "Content ABOVE the LOOP", "category" => "center", "id" => $shortname."_content_above_loop", "std" => " Next/Previous Navigation: */ bfa_next_previous_page_links('Top'); ?> Next/Previous Navigation: */ bfa_next_previous_post_links('Top'); ?> ", "type" => "textarea-large", "info" => "Edit/add/remove content above THE LOOP. The Loop is the content that Wordpress outputs for a particular page. This can be a list of posts (thus the name \"Loop\", because it \"loops\" through the posts that are supposed to be displayed on the given page), or a single post, or a static page. In the 2 latter cases it isn't really a \"loop\" anymore, but it is still called a Loop. You can use HTML and PHP here and in the other text areas below."), array( "name" => "The LOOP", "category" => "center", "id" => $shortname."_content_inside_loop", "std" => "
id=\"post-\">
\"> ','
'); ?> ','
'); ?> ',''); ?> ',''); ?> '.__('Pages:','atahualpa').'','

'); ?> ',''); ?> ", "type" => "textarea-large", "info" => "Here you can add content in between single posts, or edit THE LOOP as such. To put something after post number X you can use the variable \$bfa_ata['postcount']. It contains the number of the current post in the loop.

Example:

<?php if ( \$bfa_ata['postcount'] == 1 ) { ?>

The HTML, Javascript or PHP that you put here will be displayed after the first post.

<?php } ?>


Example 2:

<?php if ( is_front_page() AND \$bfa_ata['postcount'] == 3 ) { ?>

This here will be displayed after the 3rd post on (only) the homepage.

<?php } ?>
"), array( "name" => "Content BELOW the LOOP", "category" => "center", "id" => $shortname."_content_below_loop", "std" => " Next/Previous Navigation: */ bfa_next_previous_post_links('Middle'); ?> Next/Previous Navigation: */ bfa_next_previous_post_links('Bottom'); ?> Archives Pages: */ bfa_archives_page('
','
'); ?> Next/Previous Navigation: */ bfa_next_previous_page_links('Bottom'); ?>", "type" => "textarea-large", "info" => "Add/remove/edit the content below the LOOP here."), array( "name" => "Content if NOT FOUND", "category" => "center", "id" => $shortname."_content_not_found", "std" => "

", "type" => "textarea-large", "lastoption" => "yes", "info" => "Add/edit/remove the content here that is displayed on \"404 Not Found\" pages."), // New category: next/prev navigation array( "name" => "NEWER / OLDER orientation", "category" => "next-prev-nav", "switch" => "yes", "id" => $shortname."_next_prev_orientation", "std" => "Newer Left, Older Right", "type" => "select", "options" => array("Newer Left, Older Right", "Older Left, Newer Right"), "info" => "Show the link to the NEWER post/page on the LEFT or the RIGHT hand side of the navigation bar(s)?"), array( "name" => "Home link in Nav. on MULTI post pages?", "category" => "next-prev-nav", "id" => $shortname."_home_multi_next_prev", "std" => "", "type" => "text", "info" => "On multi post pages, show a \"Home\" link between the 2 links pointing to the previous and the next page?"), array( "name" => "Home link in Nav. on SINGLE post pages?", "category" => "next-prev-nav", "id" => $shortname."_home_single_next_prev", "std" => "", "type" => "text", "info" => "On single post pages, show a \"Home\" link between the 2 links pointing to the previous and the next post?"), array( "name" => "\"Newer Page\" link on MULTI post pages", "category" => "next-prev-nav", "id" => $shortname."_multi_next_prev_newer", "std" => __("« Newer Entries","atahualpa"), "type" => "text", "size" => "30", "editable" => "yes", "info" => "You can use single and double quotes, and HTML. Examples: NOTE: If you use WP-PageNavi then this and the next setting become obsolete"), array( "name" => "\"Older Page\" link on MULTI post pages", "category" => "next-prev-nav", "id" => $shortname."_multi_next_prev_older", "std" => __("Older Entries »","atahualpa"), "type" => "text", "size" => "30", "editable" => "yes", "info" => "See above for HTML examples."), array( "name" => "\"Newer Post\" link on SINGLE post pages", "category" => "next-prev-nav", "id" => $shortname."_single_next_prev_newer", "std" => "« %link", "type" => "text", "size" => "30", "editable" => "yes", "info" => "See above for HTML examples.

To include the linked title of the newer post, use %link"), array( "name" => "\"Older Post\" link on SINGLE post pages", "category" => "next-prev-nav", "id" => $shortname."_single_next_prev_older", "std" => "%link »", "type" => "text", "size" => "30", "editable" => "yes", "info" => "See above for HTML examples.

To include the linked title of the older post, use %link"), ); $options2 = array( array( "name" => "\"Newer Comments\" link for COMMENTS navigation", "category" => "next-prev-nav", "id" => $shortname."_comments_next_prev_newer", "std" => __("Newer Comments »","atahualpa"), "type" => "text", "size" => "30", "editable" => "yes", "info" => "See above for HTML examples. If you choose to show page numbers (see below) the \"Newer Comments\" link will be on the left hand side of the page numbers."), array( "name" => "\"Older Comments\" link for COMMENTS navigation", "category" => "next-prev-nav", "id" => $shortname."_comments_next_prev_older", "std" => __("« Older Comments","atahualpa"), "type" => "text", "size" => "30", "editable" => "yes", "info" => "See above for HTML examples. If you choose to show page numbers (see below) the \"Older Comments\" link will be on the right hand side of the page numbers."), array( "name" => "Location of Paged COMMENTS Navigation", "category" => "next-prev-nav", "id" => $shortname."_location_comments_next_prev", "std" => "Above and Below Comments", "type" => "select", "options" => array("Above Comments", "Below Comments", "Above and Below Comments"), "info" => "Show the Next/Previous comments navigation above or below the comments?

"), array( "name" => "Style the COMMENTS ABOVE Box", "category" => "next-prev-nav", "id" => $shortname."_next_prev_style_comments_above", "std" => "margin: 0 0 10px 0;\npadding: 5px 0 5px 0;", "type" => "textarea-large", "info" => "Style the box that contains the next/previous navigation for comments, when it is above the comments."), array( "name" => "Style the COMMENTS BELOW Box", "category" => "next-prev-nav", "id" => $shortname."_next_prev_style_comments_below", "std" => "margin: 0 0 10px 0;\npadding: 5px 0 5px 0;", "type" => "textarea-large", "info" => "Style the box that contains the next/previous navigation for comments, when it is below the comments."), array( "name" => "Show Page Numbers (Pagination) for COMMENTS Navigation", "category" => "next-prev-nav", "id" => $shortname."_next_prev_comments_pagination", "std" => "Yes", "type" => "select", "options" => array("Yes", "No"), "info" => "Instead of the regular Newer Comments / Older Comments links you can show the page numbers plus previous/next links. Your settings for \"Newer Comments\" link and \"Older Comments\" link from above will be used as the next/previous link texts."), ); $options3 = array( array( "name" => "Location of Next/Previous Page Navigation on MULTI Post Pages", "category" => "next-prev-nav", "id" => $shortname."_location_multi_next_prev", "std" => "Bottom", "type" => "select", "options" => array("Top", "Bottom", "Top and Bottom", "None"), "info" => "On multi post pages, show the Next/Previous navigation on top (above all posts), at the bottom (below all posts), or on top AND at the bottom?"), array( "name" => "Location of Next/Previous Post Navigation on SINGLE Post Pages", "category" => "next-prev-nav", "id" => $shortname."_location_single_next_prev", "std" => "Top", "type" => "select", "options" => array("Top", "Middle", "Bottom", "Top and Middle", "Top and Bottom", "Middle and Bottom", "Top, Middle and Bottom", "None"), "info" => "On single post pages, show the Next/Previous navigation on top, in the middle (between the post and the comments), or at the bottom?"), array( "name" => "Style the Navigation TOP Box", "category" => "next-prev-nav", "id" => $shortname."_next_prev_style_top", "std" => "margin: 0 0 10px 0;\npadding: 0 0 10px 0;\nborder-bottom: dashed 1px #cccccc;", "type" => "textarea-large", "info" => "Style the box that contains the next/previous navigation, when it is at the top."), array( "name" => "Style the Navigation MIDDLE Box", "category" => "next-prev-nav", "id" => $shortname."_next_prev_style_middle", "std" => "margin: 10px 0 20px 0;\npadding: 10px 0 10px 0;\nborder-top: dashed 1px #cccccc;\nborder-bottom: dashed 1px #cccccc;", "type" => "textarea-large", "info" => "Style the box that contains the next/previous navigation, when it is in the middle."), array( "name" => "Style the Navigation BOTTOM Box", "category" => "next-prev-nav", "id" => $shortname."_next_prev_style_bottom", "std" => "margin: 20px 0 0 0;\npadding: 10px 0 0 0;\nborder-top: dashed 1px #cccccc;", "type" => "textarea-large", "lastoption" => "yes", "info" => "Style the box that contains the next/previous navigation, when it is at the bottom."), // New category: sidebars array( "name" => "LEFT sidebar: Display on:", "category" => "sidebars", "switch" => "yes", "id" => $shortname."_leftcol_on", "std" => array ("homepage" => "on", "frontpage" => "on", "single" => "on", "page" => "on", "category" => "on", "date" => "on", "tag" => "on", "search" => "on", "author" => "on", "404" => "on", "attachment" => "on", "check-if-saved-once" => FALSE), "type" => "displayon", "stripslashes" => "no", "info" => "(*) \"Front Page\" will only affect WP 2.5 and newer: For those newer WP versions, IF you select a static \"Page\" page as the home page, then \"Front Page\" becomes the actual homepage, while the \"Homepage\" will be the home page for Posts (but not the whole blog). If no static front page is selected, Homepage and Front Page will be the same."), array( "name" => "LEFT sidebar: Don't display on Pages:", "category" => "sidebars", "id" => $shortname."_left_col_pages_exclude", "std" => "", "type" => "text", "size" => "30", "info" => "To turn off the left sidebar on individual pages, put the ID's of those pages here, separated by comma

Example:
29,8,111

To get the ID of a page, " . $go_to_pages . ", point your mouse at the title of the page in question, and watch your browser's status bar (it's at the bottom) for an URL ending on \"...action=edit&post=XX\". XX is the ID of the page."), array( "name" => "LEFT sidebar: Don't display on Categories:", "category" => "sidebars", "id" => $shortname."_left_col_cats_exclude", "std" => "", "type" => "text", "size" => "30", "info" => "To turn off the left sidebar on individual category pages, put the ID's of those categories here, separated by comma

Example:
13,5,87

To get the ID of a category, " . $go_to_cats . ", point your mouse at the title of the category in question, and watch your browser's status bar (it's at the bottom) for an URL ending on \"...action=edit&cat_ID=XX\". XX is the ID of the category.

Note: This will turn on/off sidebars on category pages (pages that list the posts in the given category), but not on \"all single post pages of posts in category XX\"."), array( "name" => "LEFT INNER sidebar: Display on:", "category" => "sidebars", "id" => $shortname."_leftcol2_on", "std" => array ("check-if-saved-once" => FALSE), "type" => "displayon", "stripslashes" => "no", "info" => "(*) \"Front Page\" will only affect WP 2.5 and newer: For those newer WP versions, IF you select a static \"Page\" page as the home page, then \"Front Page\" becomes the actual homepage, while the \"Homepage\" will be the home page for Posts (but not the whole blog). If no static front page is selected, Homepage and Front Page will be the same."), array( "name" => "LEFT INNER sidebar: Don't display on Pages:", "category" => "sidebars", "id" => $shortname."_left_col2_pages_exclude", "std" => "", "type" => "text", "size" => "30", "info" => "To turn off the left sidebar on individual pages, put the ID's of those pages here, separated by comma

Example:
29,8,111

To get the ID of a page, " . $go_to_pages . ", point your mouse at the title of the page in question, and watch your browser's status bar (it's at the bottom) for an URL ending on \"...action=edit&post=XX\". XX is the ID of the page."), array( "name" => "LEFT INNER sidebar: Don't display on Categories:", "category" => "sidebars", "id" => $shortname."_left_col2_cats_exclude", "std" => "", "type" => "text", "size" => "30", "info" => "To turn off the left sidebar on individual category pages, put the ID's of those categories here, separated by comma

Example:
13,5,87

To get the ID of a category, " . $go_to_cats . ", point your mouse at the title of the category in question, and watch your browser's status bar (it's at the bottom) for an URL ending on \"...action=edit&cat_ID=XX\". XX is the ID of the category.

Note: This will turn on/off sidebars on category pages (pages that list the posts in the given category), but not on \"all single post pages of posts in category XX\"."), array( "name" => "RIGHT sidebar: Display on:", "category" => "sidebars", "id" => $shortname."_rightcol_on", "std" => array ("homepage" => "on", "frontpage" => "on", "single" => "on", "page" => "on", "category" => "on", "date" => "on", "tag" => "on", "search" => "on", "author" => "on", "404" => "on", "attachment" => "on", "check-if-saved-once" => FALSE), "type" => "displayon", "stripslashes" => "no", "info" => "(*) \"Front Page\" will only affect WP 2.5 and newer: For those newer WP versions, IF you select a static \"Page\" page as the home page, then \"Front Page\" becomes the actual homepage, while the \"Homepage\" will be the home page for Posts (but not the whole blog). If no static front page is selected, Homepage and Front Page will be the same."), array( "name" => "RIGHT sidebar: Don't display on Pages:", "category" => "sidebars", "id" => $shortname."_right_col_pages_exclude", "std" => "", "type" => "text", "size" => "30", "info" => "To turn off the right sidebar on individual pages, put the ID's of those pages here, separated by comma

Example:
29,8,111

To get the ID of a page, " . $go_to_pages . ", point your mouse at the title of the page in question, and watch your browser's status bar (it's at the bottom) for an URL ending on \"...action=edit&post=XX\". XX is the ID of the page."), array( "name" => "RIGHT sidebar: Don't display on Categories:", "category" => "sidebars", "id" => $shortname."_right_col_cats_exclude", "std" => "", "type" => "text", "size" => "30", "info" => "To turn off the right sidebar on individual categories, put the ID's of those categories here, separated by comma

Example:
13,5,87

To get the ID of a category, " . $go_to_cats . ", point your mouse at the title of the category in question, and watch your browser's status bar (it's at the bottom) for an URL ending on \"...action=edit&cat_ID=XX\". XX is the ID of the category.

Note: This will turn on/off sidebars on category pages (pages that list the posts in the given category), but not on \"all single post pages of posts in category XX\""), array( "name" => "RIGHT INNER sidebar: Display on:", "category" => "sidebars", "id" => $shortname."_rightcol2_on", "std" => array ("check-if-saved-once" => FALSE), "type" => "displayon", "stripslashes" => "no", "info" => "(*) \"Front Page\" will only affect WP 2.5 and newer: For those newer WP versions, IF you select a static \"Page\" page as the home page, then \"Front Page\" becomes the actual homepage, while the \"Homepage\" will be the home page for Posts (but not the whole blog). If no static front page is selected, Homepage and Front Page will be the same."), array( "name" => "RIGHT INNER sidebar: Don't display on Pages:", "category" => "sidebars", "id" => $shortname."_right_col2_pages_exclude", "std" => "", "type" => "text", "size" => "30", "info" => "To turn off the right sidebar on individual pages, put the ID's of those pages here, separated by comma

Example:
29,8,111

To get the ID of a page, " . $go_to_pages . ", point your mouse at the title of the page in question, and watch your browser's status bar (it's at the bottom) for an URL ending on \"...action=edit&post=XX\". XX is the ID of the page."), array( "name" => "RIGHT INNER sidebar: Don't display on Categories:", "category" => "sidebars", "id" => $shortname."_right_col2_cats_exclude", "std" => "", "type" => "text", "size" => "30", "info" => "To turn off the right sidebar on individual categories, put the ID's of those categories here, separated by comma

Example:
13,5,87

To get the ID of a category, " . $go_to_cats . ", point your mouse at the title of the category in question, and watch your browser's status bar (it's at the bottom) for an URL ending on \"...action=edit&cat_ID=XX\". XX is the ID of the category.

Note: This will turn on/off sidebars on category pages (pages that list the posts in the given category), but not on \"all single post pages of posts in category XX\""), array( "name" => "LEFT sidebar WIDTH", "category" => "sidebars", "id" => $shortname."_left_sidebar_width", "std" => "200", "type" => "text", "size" => "6", "info" => "Width of the left sidebar in pixels. Example: 165"), array( "name" => "LEFT INNER sidebar WIDTH", "category" => "sidebars", "id" => $shortname."_left_sidebar2_width", "std" => "200", "type" => "text", "size" => "6", "info" => "Width of the left sidebar in pixels. Example: 165"), array( "name" => "RIGHT sidebar WIDTH", "category" => "sidebars", "id" => $shortname."_right_sidebar_width", "std" => "200", "type" => "text", "size" => "6", "info" => "Width of the right sidebar in pixels. Example: 220"), array( "name" => "RIGHT INNER sidebar WIDTH", "category" => "sidebars", "id" => $shortname."_right_sidebar2_width", "std" => "200", "type" => "text", "size" => "6", "info" => "Width of the right sidebar in pixels. Example: 220"), array( "name" => "LEFT sidebar style", "category" => "sidebars", "id" => $shortname."_left_sidebar_style", "std" => "border-right: dashed 1px #CCCCCC;\npadding: 10px 10px 10px 10px;\nbackground: #ffffff;", "type" => "textarea-large", "info" => "Style the LEFT sidebar here. Usually all content in a sidebar would be inside of widgets, so there should be no need to set text styles for the sidebar. The widgets can be styled separately, see the menu tabs above."), array( "name" => "LEFT INNER sidebar style", "category" => "sidebars", "id" => $shortname."_left_sidebar2_style", "std" => "border-right: dashed 1px #CCCCCC;\npadding: 10px 10px 10px 10px;\nbackground: #ffffff;", "type" => "textarea-large", "info" => "Style the LEFT sidebar here. Usually all content in a sidebar would be inside of widgets, so there should be no need to set text styles for the sidebar. The widgets can be styled separately, see the menu tabs above."), array( "name" => "RIGHT sidebar style", "category" => "sidebars", "id" => $shortname."_right_sidebar_style", "std" => "border-left: dashed 1px #CCCCCC;\npadding: 10px 10px 10px 10px;\nbackground: #ffffff;", "type" => "textarea-large", "info" => "Style the RIGHT sidebar here."), array( "name" => "RIGHT INNER sidebar style", "category" => "sidebars", "id" => $shortname."_right_sidebar2_style", "std" => "border-left: dashed 1px #CCCCCC;\npadding: 10px 10px 10px 10px;\nbackground: #ffffff;", "type" => "textarea-large", "lastoption" => "yes", "info" => "Style the RIGHT sidebar here."), // New category: widgets array( "name" => "Widget Container", "category" => "widgets", "switch" => "yes", "id" => $shortname."_widget_container", "std" => "margin: 0 0 15px 0;", "type" => "textarea-large", "info" => "" . "The widget container contains the \"Widget Title\" (-Box) and the \"Widget Content\" (-Box), both of which you can style independently."), array( "name" => "Widget Title Box", "category" => "widgets", "id" => $shortname."_widget_title_box", "std" => "", "type" => "textarea-large", "info" => "" . "The Widget Title box contains the widget title. Text, calendar and search widgets may have no title if you chose none. In that case there will be no Widget Title box in the widget container."), array( "name" => "Widget Title", "category" => "widgets", "id" => $shortname."_widget_title", "std" => "font-size: 1.6em;\nfont-weight: bold;", "type" => "textarea-large", "info" => "" . "Style the Widget Title Font."), array( "name" => "Widget Content Box", "category" => "widgets", "id" => $shortname."_widget_content", "std" => "", "type" => "textarea-large", "info" => "" . "The widget Content box contains all the widget content except the title. If you use the Tabbed Widgets Plugin, this area div.widget-content will not exist. The content will be there but the styling will not be applied due to the missing div.widget-content container. Instead, the widget content will get the styling of the parent container, div.widget."), array( "name" => "Widget List Items", "category" => "widgets", "id" => $shortname."_widget_lists", "std" => array ( "li-margin-left" => 0, "link-weight" => "normal", "link-padding-left" => 5, "link-border-left-width" => 7, "link-color" => "666666", "link-hover-color" => "000000", "link-border-left-color" => "cccccc", "link-border-left-hover-color" => "000000"), "type" => "widget-list-items", "stripslashes" => "no", "info" => "" . "List items and links in widgets."), array( "name" => "Widget List Items, 2nd level", "category" => "widgets", "id" => $shortname."_widget_lists2", "std" => array ( "li-margin-left" => 5, "link-weight" => "normal", "link-padding-left" => 5, "link-border-left-width" => 7, "link-color" => "666666", "link-hover-color" => "000000", "link-border-left-color" => "cccccc", "link-border-left-hover-color" => "000000"), "type" => "widget-list-items", "stripslashes" => "no", "info" => "" . "Second level list items and links in widgets."), array( "name" => "Widget List Items, 3rd and lower level", "category" => "widgets", "id" => $shortname."_widget_lists3", "std" => array ( "li-margin-left" => 5, "link-weight" => "normal", "link-padding-left" => 5, "link-border-left-width" => 7, "link-color" => "666666", "link-hover-color" => "000000", "link-border-left-color" => "cccccc", "link-border-left-hover-color" => "000000"), "type" => "widget-list-items", "stripslashes" => "no", "info" => "" . "Third and lower level list items and links in widgets."), array( "name" => "Category Widget Display Type", "category" => "widgets", "id" => $shortname."_category_widget_display_type", "std" => "inline", "type" => "select", "options" => array("inline", "block"), "info" => "The category widget needs this extra setting because it is the only widget that can have both a link and a non-linked text (the \"post count\") inside a single list item AND be hierarchical AND be too long to fit into a single line. For the most pleasing result across browsers, choose... "), array( "name" => "Adjust SELECT menu font size", "category" => "widgets", "id" => $shortname."_select_font_size", "std" => "Default", "type" => "select", "options" => array("Default", "12px", "11px", "10px", "9px"), "lastoption" => "yes", "info" => "" . "In Internet Explorer, \"Select\" drop down menus will be cut off if one or more of the select menu items (in this case: category titles) are too long.

To avoid this, set a (small) fixed pixel font size for the select menu items here, such as 11px (11 pixels) if you feel (or see, because you use IE) that your select menus might be too wide for the set sidebar width. (OR: Make your sidebar wider)"), // New category: widget-areas array( "name" => "Add new Widget Areas", "category" => "widget-areas", "switch" => "yes", "id" => $shortname."_widget_areas_info", "type" => "info", "lastoption" => "yes", "info" => "
In addition to the existing widget areas (the sidebars) you can add additional widget areas, i.e. in the header area, the center column or the footer area. This page here only explains how to use this feature. To actually add a new widget area you'll have to go to one of the following menu tabs:

Usage

The code to create new widget areas is a PHP function with parameters:
<?php bfa_widget_area('parameter=value¶mater=value¶mater=value'); ?>

Min. required paramaters

This is the shortest and most basic way you can create a widget area.
<?php bfa_widget_area('name=My new widget area'); ?>

Example:

This example uses more parameters. It creates a widget area spanning the whole available width, with 4 cells, each of which is a widget area in its own right. You can specify an alignment and a width for all or particular widget area cells. Finally, you can specify opening and closing HTML tags for widgets as a whole and the widget titles.
<?php bfa_widget_area('name=My widget area&cells=4&align=1&align_2=9&align_3=7&width_4=700&before_widget=<div id=\"%1$s\" class=\"header-widget %2$s\">&after_widget=</div>'); ?>

Available paramaters:

Mandatory:
name Name under which all cells of this widget area will be listed at Site Admin -> Appearance -> Widgets A widget area with 3 cells and a name of \"My widget area\" creates 3 widget cells which will be listed as \"My widget area 1\", \"My widget area 2\" and \"My widget area 3\" at Site Admin -> Appearance -> Widgets, with the CSS ID's \"my_widget_area_1\", \"my_widget_area_2\" and \"my_widget_area_3\".
Optional:
cells Amount of (table) cells. Each cell is a new widget area. Default: 1
align Default alignment for all cells.
Default: 2 (= center top). 1 = center middle, 2 = center top, 3 = right top, 4 = right middle, 5 = right bottom, 6 = center bottom, 7 = left bottom, 8 = left middle, 9 = left top.
align_1 Alignment for cell 1: align_2, align_3 ... Non-specified cells get the default value of \"align\", which, if not defined, is 2 (= center top).
width_1 Width of cell 1: width_1, width_2, width_3 ... Non-specified cells get a equal share of the remaining width of the whole table containing all the widget area cells.
before_widget HTML before each widget in any cell of this widget area.
Default: <div id=\"%1$s\" class=\"widget %2$s\">
after_widget HMTL after each widget ...
Default: </div>
before_title HTML before the title of each widget in any cell of this widget area:
Default: <div class=\"widget-title\"><h3>
after_titleHMTL after the title ...
Default: </h3></div>
"), // New category: postinfos array( "name" => "KICKER: Homepage", "category" => "postinfos", "switch" => "yes", "id" => $shortname."_post_kicker_home", "type" => "postinfos", "std" => "", "info" => "Leave blank to display no kicker on posts on the homepage.
Example: %category%"), array( "name" => "KICKER: Multi Post Pages", "category" => "postinfos", "id" => $shortname."_post_kicker_multi", "type" => "postinfos", "std" => "", "info" => "Leave blank to display no kicker on posts on multi post pages.
Example: %category-linked%"), array( "name" => "KICKER: Single Post Pages", "category" => "postinfos", "id" => $shortname."_post_kicker_single", "type" => "postinfos", "std" => "", "info" => "Leave blank to display no kicker on posts on single post pages.
Example: %category-linked%"), array( "name" => "KICKER: \"Page\" Pages", "category" => "postinfos", "id" => $shortname."_post_kicker_page", "type" => "postinfos", "std" => "", "info" => "Leave blank to display no kicker on \"page\" pages.
NOTE: \"Page\" pages don't have categories or tags"), array( "name" => "BYLINE: Homepage", "category" => "postinfos", "id" => $shortname."_post_byline_home", "type" => "postinfos", "std" => "", "info" => "Leave blank to display no byline on posts on the homepage.
Example: By %author%, on %date('F jS, Y')%"), array( "name" => "BYLINE: Multi Post Pages", "category" => "postinfos", "id" => $shortname."_post_byline_multi", "type" => "postinfos", "std" => "", "info" => "Leave blank to display no byline on posts on multi post pages.
Example: By %author%, on %date('F jS, Y')%"), array( "name" => "BYLINE: Single Post Pages", "category" => "postinfos", "id" => $shortname."_post_byline_single", "type" => "postinfos", "std" => "", "info" => "Leave blank to display no byline on posts on single post pages.
Example: By %author%, on %date('F jS, Y')%"), array( "name" => "BYLINE: \"Page\" Pages", "category" => "postinfos", "id" => $shortname."_post_byline_page", "type" => "postinfos", "std" => "", "info" => "Leave blank to display no byline on \"page\" pages.
NOTE: \"Page\" pages don't have categories or tags"), array( "name" => "FOOTER: Homepage", "category" => "postinfos", "id" => $shortname."_post_footer_home", "type" => "postinfos", "std" => "%date('F jS, Y')% | %tags-linked('" . __('Tags: ','atahualpa') . "', ', ', ' | ')% " . __('Category:','atahualpa') . " %categories-linked(', ')% | %comments('" . __('Leave a comment','atahualpa') . "', '" . __('One comment','atahualpa') . "', '" . __('% comments','atahualpa') . "', '" . __('Comments are closed','atahualpa') . "')% %edit(' | ', '" . __('Edit this post','atahualpa') . "', '')%", "info" => "Leave blank to display no footer on posts on the homepage.
Example: %tags-linked('<strong>Tags:</strong> ', ', ', ' - ')% <strong>Categories:</strong> %categories-linked(', ')%<br /> %comments('Leave a comment', 'One comment so far', '% comments - be the next!', 'Comments are closed')% %edit(' | ', 'Edit', '')%"), array( "name" => "FOOTER: Multi Post Pages", "category" => "postinfos", "id" => $shortname."_post_footer_multi", "type" => "postinfos", "std" => "%date('F jS, Y')% | %tags-linked('" . __('Tags: ','atahualpa') . "', ', ', ' | ')% " . __('Category:','atahualpa') . " %categories-linked(', ')% | %comments('" . __('Leave a comment','atahualpa') . "', '" . __('One comment','atahualpa') . "', '" . __('% comments','atahualpa') . "', '" . __('Comments are closed','atahualpa') . "')% %edit(' | ', '" . __('Edit this post','atahualpa') . "', '')%", "info" => "Leave blank to display no footer on posts on multi post pages.
Example: %tags-linked('<strong>Tags:</strong> ', ', ', ' - ')% <strong> Categories:</strong> %categories-linked(', ')%<br />%comments('Leave a comment', 'One comment so far', '% comments - be the next!', 'Comments are closed')% %edit(' | ', 'Edit', '')%"), array( "name" => "FOOTER: Single Post Pages", "category" => "postinfos", "id" => $shortname."_post_footer_single", "type" => "postinfos", "std" => "%date('F jS, Y')% | %tags-linked('" . __('Tags: ','atahualpa') . "', ', ', ' | ')% " . __('Category:','atahualpa') . " %categories-linked(', ')% %edit(' | ', '" . __('Edit this post','atahualpa') . "', '')%", "info" => "Leave blank to display no footer on posts on single post pages.
Example: %tags-linked('<strong>Tags:</strong> ', ', ', ' - ')% <strong> Categories:</strong> %categories-linked(', ')% | <a href=\"#comments\">Skip to comments</a> %edit(' | ', 'Edit', '')%"), array( "name" => "FOOTER: \"Page\" Pages", "category" => "postinfos", "id" => $shortname."_post_footer_page", "type" => "postinfos", "std" => "", "lastoption" => "yes", "info" => "Leave blank to have no footer on \"page\" pages.
NOTE: \"Page\" pages don't have categories or tags"), // New category: posts array( "name" => "POST Container", "category" => "posts", "switch" => "yes", "id" => $shortname."_post_container_style", "std" => "margin: 0 0 30px 0;", "type" => "textarea-large", "info" => "" . "Style the container that contains the whole post/page."), array( "name" => "POST Container: STICKY", "category" => "posts", "id" => $shortname."_post_container_sticky_style", "std" => "background: #eee url(" . $url_base . "/images/sticky.gif) 99% 5% no-repeat;\nborder: dashed 1px #cccccc;\npadding: 10px;", "type" => "textarea-large", "info" => "" . "Additional styles for the container when it is STICKY. This works only in WP 2.7 and newer. In WP 2.7, posts can be marked as \"sticky\" which will make them stay on the top of the homepage."), array( "name" => "KICKER Box", "category" => "posts", "id" => $shortname."_post_kicker_style", "std" => "margin: 0 0 5px 0;", "type" => "textarea-large", "info" => "" . "Style the box that contains the post/page \"kicker\", and the text inside, except the links."), array( "name" => "KICKER Box: Links", "category" => "posts", "id" => $shortname."_post_kicker_style_links", "std" => "color: #000000;\ntext-decoration: none;\ntext-transform: uppercase;", "type" => "textarea-large", "info" => "" . "Style the links in the kicker box."), array( "name" => "KICKER Box: Links: Hover", "category" => "posts", "id" => $shortname."_post_kicker_style_links_hover", "std" => "color: #cc0000;", "type" => "textarea-large", "info" => "" . "Style the links in the kicker box, in their hover state."), array( "name" => "HEADLINE Box", "category" => "posts", "id" => $shortname."_post_headline_style", "std" => "", "type" => "textarea-large", "info" => "" . "Style the box that contains the post/page title. The text inside (= the post/page title) will be styled in the next section."), array( "name" => "HEADLINE Box: Text", "category" => "posts", "id" => $shortname."_post_headline_style_text", "std" => "padding: 0;\nmargin: 0;", "type" => "textarea-large", "info" => "" . "Style the post/page titles, when they are NOT links, but regular text (= on single post pages and \"page\" pages)."), array( "name" => "HEADLINE Box: Links", "category" => "posts", "id" => $shortname."_post_headline_style_links", "std" => "color: #666666;\ntext-decoration: none;", "type" => "textarea-large", "info" => "" . "Style the post/page titles, when they ARE links (= on multi post pages such as home, archive, category, tag, search...). \"Page\" page titles are usually never links, but they might become links, i.e. if you expand WordPress' search capabilities with a plugin."), array( "name" => "HEADLINE Box: Links: Hover", "category" => "posts", "id" => $shortname."_post_headline_style_links_hover", "std" => "color: #000000;\ntext-decoration: none;", "type" => "textarea-large", "info" => "" . "Style the hover state of post/page titles, when they are links."), array( "name" => "BYLINE Box", "category" => "posts", "id" => $shortname."_post_byline_style", "type" => "textarea-large", "std" => "margin: 5px 0 10px 0;", "info" => "" . "Style the box that contains the post/page byline, and the text inside, except the links."), array( "name" => "BYLINE Box: Links", "category" => "posts", "id" => $shortname."_post_byline_style_links", "type" => "textarea-large", "std" => "", "info" => "" . "Style the links in the byline box."), array( "name" => "BYLINE Box: Links: Hover", "category" => "posts", "id" => $shortname."_post_byline_style_links_hover", "type" => "textarea-large", "std" => "", "info" => "" . "Style the links in the byline box, in their hover state."), array( "name" => "BODY Box", "category" => "posts", "id" => $shortname."_post_bodycopy_style", "type" => "textarea-large", "std" => "", "info" => "" . "Style the box that contains the post/page main text (= the \"body copy\"). The text and links in the post/page main text box can be styled on the main tab \"Text & Link Styling\"."), array( "name" => "FOOTER Box", "category" => "posts", "id" => $shortname."_post_footer_style", "type" => "textarea-large", "std" => "margin: 0;\npadding: 5px;\nbackground: #eeeeee;\ncolor: #666;\nline-height: 18px;", "info" => "" . "Style the box that contains the post/page footer, and the text inside, except the links."), array( "name" => "FOOTER Box: Links", "category" => "posts", "id" => $shortname."_post_footer_style_links", "type" => "textarea-large", "std" => "color: #333;\nfont-weight: normal;\ntext-decoration: none;", "info" => "" . "Style the links in the footer box."), array( "name" => "FOOTER Box: Links: Hover", "category" => "posts", "id" => $shortname."_post_footer_style_links_hover", "type" => "textarea-large", "std" => "color: #333;\nfont-weight: normal;\ntext-decoration: underline;", "lastoption" => "yes", "info" => "" . "Style the links in the footer box, in their hover state."), // New category: posts-or-excerpts array( "name" => "Excerpt length", "category" => "posts-or-excerpts", "switch" => "yes", "id" => $shortname."_excerpt_length", "type" => "text", "size" => 6, "std" => 55, "info" => "Length of excerpts (= number of words)."), array( "name" => "Don't strip these tags", "category" => "posts-or-excerpts", "id" => $shortname."_dont_strip_excerpts", "type" => "text", "size" => 40, "std" => "

", "info" => "By default, WordPress strips most HTML tags from excerpts, except <p>. Put the HTML tags here that you don't want to have stripped by WordPress. Put only the opening tag here, without spaces or commas.

Example:

<p><a><span><em>
...means \"don't strip <p>, </p>, <a href=\"...\">, </a>, <span class=\"...\">, </span>, <em> and </em> from excerpts\"."), array( "name" => "Custom read more", "category" => "posts-or-excerpts", "id" => $shortname."_custom_read_more", "type" => "textarea-large", "std" => "[...]", "info" => "By default, WordPress puts an ellipsis [...] at the bottom of excerpts. You can customize this with HTML & PHP.

Example

<p>Continue reading <a href=\"%permalink%\">%title%</a></p>

%permalink% will be replaced with the URL of the post
%title% will be replaced with the title of the post"), array( "name" => "Posts or excerpts on HOME page?", "category" => "posts-or-excerpts", "id" => $shortname."_excerpts_home", "type" => "select", "std" => "Full Posts", "options" => array("Only Excerpts", "Full Posts"), "info" => "Show full posts or only excerpts, on the Homepage?"), array( "name" => "Show the first X posts on HOME page as full posts?", "category" => "posts-or-excerpts", "id" => $shortname."_full_posts_homepage", "type" => "select", "std" => 0, "options" => array(0,1,2,3,4,5,6,7,8,9,10), "info" => "By setting a number here and setting the option above (Posts or excerpts on HOME page?) to \"Only Excerpts\" you can show X full posts on top of the Homepage, followed by excerpts."), array( "name" => "Posts or excerpts on CATEGORY pages?", "category" => "posts-or-excerpts", "id" => $shortname."_excerpts_category", "type" => "select", "std" => "Only Excerpts", "options" => array("Only Excerpts", "Full Posts"), "info" => "Show full posts or only excerpts, on Category pages?"), array( "name" => "Posts or excerpts on ARCHIVE pages?", "category" => "posts-or-excerpts", "id" => $shortname."_excerpts_archive", "type" => "select", "std" => "Only Excerpts", "options" => array("Only Excerpts", "Full Posts"), "info" => "Show full posts or only excerpts, on (date based) Archive pages?"), array( "name" => "Posts or excerpts on TAG pages?", "category" => "posts-or-excerpts", "id" => $shortname."_excerpts_tag", "type" => "select", "std" => "Only Excerpts", "options" => array("Only Excerpts", "Full Posts"), "info" => "Show full posts or only excerpts, on Tag pages?"), array( "name" => "Posts or excerpts on SEARCH RESULT pages?", "category" => "posts-or-excerpts", "id" => $shortname."_excerpts_search", "type" => "select", "std" => "Only Excerpts", "options" => array("Only Excerpts", "Full Posts"), "info" => "Show full posts or only excerpts, on Search Result pages?"), array( "name" => "Posts or excerpts on AUTHOR pages?", "category" => "posts-or-excerpts", "id" => $shortname."_excerpts_author", "type" => "select", "std" => "Only Excerpts", "options" => array("Only Excerpts", "Full Posts"), "lastoption" => "yes", "info" => "Show full posts or only excerpts, on Author pages?"), // New category: more-tag array( "name" => "Read More", "category" => "more-tag", "switch" => "yes", "id" => $shortname."_more_tag", "std" => __("Continue reading %post-title%","atahualpa"), "type" => "text", "size" => "30", "editable" => "yes", "lastoption" => "yes", "info" => "Configure the \"Read More\" text here. The text you put here will be displayed whenever you use <!--more--> in a post, either by manually inserting that tag into a post or by using the more button (see images below). This is a more fine-grained method of generating post excerpts than setting the post display type to \"Excerpts\" (see menu tab \"Posts or Excerpts\").

Whenever you insert <!--more--> into a post or page, only the text before that tag will be displayed on multi-post-pages while the whole post will be displayed on its dedicated single post page.

Use %post-title% to include the post title in the \"More\" text.

Example:
Continue reading \"<strong>%post-title%</strong>\" &raquo;

You can use single and double quotes, and HTML. Examples:

The WordPress editor buttons to insert the \"Read More\" tag into a post or page. They look different depending on whether you're in Visual or HTML mode.

" . "

"), // New category: comments array( "name" => "Highlight Author comments?", "category" => "comments", "switch" => "yes", "id" => $shortname."_author_highlight", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Highlight author (blog owner) comments with a different background color?"), array( "name" => "Color for Author comment highlighting", "category" => "comments", "id" => $shortname."_author_highlight_color", "std" => "ffecec", "type" => "text", "info" => "If you chose Yes above, set the background color for author comments here."), array( "name" => "Border color for 2nd or lower level Author comments", "category" => "comments", "id" => $shortname."_author_highlight_border_color", "std" => "ffbfbf", "type" => "text", "info" => "If you chose Yes above, set the border color for author comments in the 2nd or lower level = direct reply to another comment"), array( "name" => "Regular Comment Background Color", "category" => "comments", "id" => $shortname."_comment_background_color", "std" => "ffffff", "type" => "text", "info" => "Background color for comments"), array( "name" => "Alternating Comment Background Color", "category" => "comments", "id" => $shortname."_comment_alt_background_color", "std" => "eeeeee", "type" => "text", "info" => "Background color for every second comment. Choose the same color as one option above if you want the same background color for all comments."), array( "name" => "Border between single comments", "category" => "comments", "id" => $shortname."_comment_border", "std" => "dotted 1px #cccccc", "type" => "text", "info" => "Style the line that separates every comment from the next. No semicolon here."), array( "name" => "Comment Author Name Size", "category" => "comments", "id" => $shortname."_comment_author_size", "type" => "select", "std" => "110%", "options" => array("100%", "105%", "110%", "115%", "120%", "125%", "130%", "135%", "140%", "145%", "150%"), "info" => "Font size of comment author names relative to base font size."), array( "name" => "Comment Reply link text", "category" => "comments", "id" => $shortname."_comment_reply_link_text", "std" => __(" · Reply", "atahualpa"), "type" => "text", "editable" => "yes", "info" => "The text for the \"Reply\" link for each comment."), array( "name" => "Comment Edit link text", "category" => "comments", "id" => $shortname."_comment_edit_link_text", "std" => __(" · Edit", "atahualpa"), "type" => "text", "editable" => "yes", "info" => "The text for the \"Edit\" link for each comment. This text is only visible to users who are allowed to edit a comment."), array( "name" => "Comment In Moderation text", "category" => "comments", "id" => $shortname."_comment_moderation_text", "std" => __("Your comment is awaiting moderation.", "atahualpa"), "type" => "text", "editable" => "yes", "info" => "The text to show after a comment was submitted, if you've set your comments to be moderated before being published."), array( "name" => "Comments Are Closed text", "category" => "comments", "id" => $shortname."_comments_are_closed_text", "std" => __("

Comments are closed.

", "atahualpa"), "type" => "text", "editable" => "yes", "info" => "The text to show below a post or page if you've closed comments for that post or page."), array( "name" => "Allow comments on \"Page\" pages, too?", "category" => "comments", "id" => $shortname."_comments_on_pages", "type" => "select", "std" => "No", "options" => array("No", "Yes"), "info" => "Set to Yes to have a comment form (and comments if any) on \"Page\" pages, too, and not only on Post pages."), array( "name" => "Separate trackbacks/pings from comments?", "category" => "comments", "id" => $shortname."_separate_trackbacks", "type" => "select", "std" => "No", "options" => array("Yes", "No"), "info" => "For WP 2.6 and older: List comments, trackbacks and pings in the order they come in, or put all trackbacks and pings below the comments?

Note: This works well with Atahualpa's own functions but not if you use the plugin Paged Comments or Wordpress 2.7"), array( "name" => "Avatar Size", "category" => "comments", "id" => $shortname."_avatar_size", "type" => "select", "std" => "55", "options" => array("0", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80"), "info" => "The size of avatars, in pixels. 55 means 55 x 55 pixels. Choose 0 here to show no avatars (or turn them off in the WordPress admin panel if your WP version has built in avatar support)."), array( "name" => "Avatar Style", "category" => "comments", "id" => $shortname."_avatar_style", "std" => "margin: 0 8px 1px 0;\npadding: 3px;\nborder: solid 1px #ddd;\nbackground-color: #f3f3f3;\n-moz-border-radius: 3px;\n-khtml-border-radius: 3px;\n-webkit-border-radius: 3px;\nborder-radius: 3px;", "type" => "textarea-large", "info" => "Style avatars. The lines with \"radius\" create rounded corners in Firefox and Safari."), array( "name" => "Show XHTML tags?", "category" => "comments", "id" => $shortname."_show_xhtml_tags", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Show the \"You can use these HTML tags\" info above the comment form?"), array( "name" => "Comment Form Style", "category" => "comments", "id" => $shortname."_comment_form_style", "std" => "margin: 25px 0;\npadding: 25px;\nbackground: #eee;\n-moz-border-radius: 8px;\n-khtml-border-radius: 8px;\n-webkit-border-radius: 8px;\nborder-radius: 8px;", "type" => "textarea-large", "info" => "Style the comment form area = Box that contains the Name, Email, Website input fields, the comment textarea and the submit button."), array( "name" => "Submit Button Style", "category" => "comments", "id" => $shortname."_submit_button_style", "std" => "padding: 4px 10px 4px 10px;\nfont-size: 1.2em;\nline-height: 1.5em;\nheight: 36px;", "type" => "textarea-large", "info" => "Style the comment submit button, i.e. give it margin to move it around. This section here is specifically for the comment submit button. Additionally, default button styles will be applied, see menu tab \"Forms\", options \"Submit Buttons: Default Style\" and \"Submit Buttons: Hover Style\"."), array( "name" => "Comment display order", "category" => "comments", "id" => $shortname."_comment_display_order", "type" => "select", "std" => "Oldest on top", "options" => array("Oldest on top", "Newest on top"), "lastoption" => "yes", "info" => "For WP 2.6 and older: To list comments in reverse order choose \"Newest on top\". In WP 2.7+ you can set this at Settings -> Discussion."), // New category: footer-style (don't name this "footer", Wordpress already uses that for their own footer in the admin area) array( "name" => "Footer Style", "category" => "footer-style", "switch" => "yes", "id" => $shortname."_footer_style", "std" => "background-color: #ffffff;\nborder-top: dashed 1px #cccccc;\npadding: 10px; text-align: center;\ncolor: #777777;\nfont-size: 95%;", "type" => "textarea-large", "info" => "Style the footer box and the text inside."), array( "name" => "Footer Style: Links", "category" => "footer-style", "id" => $shortname."_footer_style_links", "std" => "text-decoration: none;\ncolor: #777777;\nfont-weight: normal;", "type" => "textarea-large", "info" => "Style the links in the footer."), array( "name" => "Footer Style: Links: Hover", "category" => "footer-style", "id" => $shortname."_footer_style_links_hover", "std" => "text-decoration: none;\ncolor: #777777;\nfont-weight: normal;", "type" => "textarea-large", "info" => "Style the links in the footer in hover state."), array( "name" => "Footer: Content", "category" => "footer-style", "id" => $shortname."_footer_style_content", "std" => __("Copyright © %current-year% %home% - All Rights Reserved","atahualpa"), "type" => "textarea-large", "editable" => "yes", "info" => "Content in the footer area. You can use PHP (in WordPress, but not in WPMU), (X)HTML and these placeholders ... "), array( "name" => "Show number of queries & timer?", "category" => "footer-style", "id" => $shortname."_footer_show_queries", "type" => "select", "std" => "No", "options" => array("No", "Yes - visible", "Yes - in source code"), "lastoption" => "yes", "info" => "Show the amount of database queries and the time required to render the given page, at the bottom of every page? This can be useful to see how certain settings or plugins add to the page rendering time."), // New category: tables array( "name" => "Table Style", "category" => "tables", "switch" => "yes", "id" => $shortname."_table", "std" => "border-collapse: collapse;\nmargin: 10px 0;", "type" => "textarea-large", "info" => "Style the table as a whole <table> ... </table>"), array( "name" => "Table Caption Style", "category" => "tables", "id" => $shortname."_table_caption", "std" => "background: #eeeeee;\nborder: #999999;\npadding: 4px 8px;\ncolor: #666666;", "type" => "textarea-large", "info" => "The table caption (if you use any) is (usually) the first row in a table.

Example:
<table>
<caption>Results May 2008</caption>
<thead><tr><th>Name</th><th>Address</th></tr></thead>
<tfoot><tr><td>Previous</td><td>Next</td></tr></tfoot>
<tbody><tr><td>John</td><td>Smallville</td></tr></tbody>
</table>


Note how the table footer tfoot comes before the body tbody"), array( "name" => "Table Header Cells", "category" => "tables", "id" => $shortname."_table_th", "std" => "background: #888888;\ncolor: #ffffff;\nfont-weight: bold;\nfont-size: 90%;\npadding: 4px 8px;\n border: solid 1px #ffffff;\ntext-align: left;", "type" => "textarea-large", "info" => "Style the table header cells <th> ... </th>"), array( "name" => "Table Body Cells", "category" => "tables", "id" => $shortname."_table_td", "std" => "padding: 4px 8px;\nbackground-color: #ffffff;\nborder-bottom: 1px solid #dddddd;\ntext-align: left;", "type" => "textarea-large", "info" => "Style the regular table cells <td> ... </td>"), array( "name" => "Table Footer Cells", "category" => "tables", "id" => $shortname."_table_tfoot_td", "std" => "", "type" => "textarea-large", "info" => "You can style the table footer cells individually. Or else they'll get the same style as the Table Body Cells."), array( "name" => "Zebra stripe all tables?", "category" => "tables", "id" => $shortname."_table_zebra_stripes", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Add a different style to every second row in all tables in posts and pages? Alternatively, set this to \"No\" and add the class zebra to individual tables that you want to zebra stripe.

Example:
<table class=\"zebra\"> ... </table>"), array( "name" => "Zebra row TD style", "category" => "tables", "id" => $shortname."_table_zebra_td", "std" => "background: #f4f4f4;", "type" => "textarea-large", "info" => "If you chose to zebra stripe tables, set the style for the cells in every second row here."), array( "name" => "Hover effect for all tables?", "category" => "tables", "id" => $shortname."_table_hover_rows", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Change the style of table rows when the mouse pointer hovers over them, for all tables in posts and pages? Alternatively, set this to \"No\" and add the class hover to individual tables that you want to apply the hover effect on.

Example:
<table class=\"hover\"> ... </table>

Multiple classes can be added, too, i.e. to add both the zebra and the hover effect to an individual table:

<table class=\"zebra hover\"> ... </table>"), array( "name" => "Hover row TD style", "category" => "tables", "id" => $shortname."_table_hover_td", "std" => "background: #e2e2e2;", "type" => "textarea-large", "lastoption" => "yes", "info" => "If you chose to use a hover efect for table rows, set the style for the cells in hovered table rows here."), // New category: forms array( "name" => "Form fields: Style", "category" => "forms", "switch" => "yes", "id" => $shortname."_form_input_field_style", "std" => "color: #000000;\nborder-top: solid 1px #333333;\nborder-left: solid 1px #333333;\nborder-right: solid 1px #999999;\nborder-bottom: solid 1px #cccccc;", "type" => "textarea-large", "info" => "Style the text input fields and textareas in forms. "), array( "name" => "Form fields: Background image", "category" => "forms", "id" => $shortname."_form_input_field_background", "std" => "inputbackgr.gif", "type" => "text", "size" => "35", "info" => "The \"shadow\" inside of text fields and texareas. Other available shadows are inputbackgr-red.gif, inputbackgr-green.gif and inputbackgr-blue.gif. Or, upload your own image to " . $css_img_path . "images/. Leave blank to have no background image in form input fields."), array( "name" => "Highlight form fields?", "category" => "forms", "id" => $shortname."_highlight_forms", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Highlight form input fields when they get focus (when someone clicks into the field)?"), array( "name" => "Highlight form fields: Style", "category" => "forms", "id" => $shortname."_highlight_forms_style", "std" => "background: #e8eff7;\nborder-color: #37699f;", "type" => "textarea-large", "info" => "If you chose \"Yes\" above, style the highlighted state of input fields here."), array( "name" => "Submit Buttons: Default Style", "category" => "forms", "id" => $shortname."_button_style", "std" => "background-color: #777777;\ncolor: #ffffff;\nborder: solid 2px #555555;\nfont-weight: bold;", "type" => "textarea-large", "info" => "Style submit buttons in their default state."), array( "name" => "Submit Buttons: Hover Style", "category" => "forms", "id" => $shortname."_button_style_hover", "std" => "background-color: #6b9c6b;\ncolor: #ffffff;\nborder: solid 2px #496d49;", "type" => "textarea-large", "lastoption" => "yes", "info" => "Style submit buttons in their hover state."), // New category: blockquotes array( "name" => "Blockquotes: Style", "category" => "blockquotes", "switch" => "yes", "id" => $shortname."_blockquote_style", "std" => "color: #555555;\npadding: 1em 1em;\nbackground: #f4f4f4;\nborder: solid 1px #e1e1e1;", "type" => "textarea-large", "info" => "" . "Style blockquotes.

Example:
font: italic 1.1em georgia, serif;
color: #336699;
padding: 0 1em;
background: #c9dbed;
border: dashed 5px #336699;


Example Screenshot is from IE7. It will look different on non-IE browsers."), array( "name" => "Blockquotes in blockquotes: Style", "category" => "blockquotes", "id" => $shortname."_blockquote_style_2nd_level", "std" => "color: #444444;\npadding: 1em 1em;\nbackground: #e1e1e1;\nborder: solid 1px #d3d3d3;", "type" => "textarea-large", "lastoption" => "yes", "info" => "Style blockquotes inside of blockquotes."), // New category: images array( "name" => "Images in Posts", "category" => "images", "switch" => "yes", "id" => $shortname."_post_image_style", "std" => "padding: 5px;\nborder: solid 1px #dddddd;\nbackground-color: #f3f3f3;\n-moz-border-radius: 3px;\n-khtml-border-radius: 3px;\n-webkit-border-radius: 3px;\nborder-radius: 3px;", "type" => "textarea-large", "info" => "Style images in posts, when they have no caption. The lines with \"radius\" create rounded corners in Firefox and Safari. To remove the border around images, delete everything in this box."), array( "name" => "Images in Posts: Caption Style", "category" => "images", "id" => $shortname."_post_image_caption_style", "std" => "border: 1px solid #dddddd;\ntext-align: center;\nbackground-color: #f3f3f3;\npadding-top: 4px;\nmargin: 10px 0 0 0;\n-moz-border-radius: 3px;\n-khtml-border-radius: 3px;\n-webkit-border-radius: 3px;\nborder-radius: 3px;", "type" => "textarea-large", "info" => "Style the caption box for images in posts, that have a caption. The lines with \"radius\" create rounded corners in Firefox and Safari. To remove the border around images with caption, delete everything in this box."), array( "name" => "Caption Text: Style", "category" => "images", "id" => $shortname."_image_caption_text", "std" => "font-size: 0.8em;\nline-height: 13px;\npadding: 2px 4px 5px;\nmargin: 0;\ncolor: #666666;", "type" => "textarea-large", "lastoption" => "yes", "info" => "Style the caption text."), // New category: html-inserts array( "name" => "HTML Inserts: Header", "category" => "html-inserts", "switch" => "yes", "id" => $shortname."_html_inserts_header", "std" => "", "type" => "textarea-large", "editable" => "yes", "info" => "Add code here (JavaScript, CSS, certain type of HTML) that you want to put into the header section of the website, between <head> and </head>. Note: Any HTML you put here shouldn't be \"visible\" HTML such as a table or a DIV container. If you put HTML here, then it would be machine parsable code, something like a meta tag, such as:
<meta name=\"author\" content=\"John W. Doe\" />."), array( "name" => "HTML Inserts: Body Tag", "category" => "html-inserts", "id" => $shortname."_html_inserts_body_tag", "std" => "", "type" => "textarea-large", "editable" => "yes", "info" => "Add code here (usually Javascript) that you want to add to the opening body tag <body> of the website.

Example:
onLoad=\"alert('The page is loading... now!')\" would result in an output of <body onLoad=\"alert('The page is loading... now!')\"> instead of the regular <body>"), array( "name" => "HTML Inserts: Body Top", "category" => "html-inserts", "id" => $shortname."_html_inserts_body_top", "std" => "", "type" => "textarea-large", "editable" => "yes", "info" => "Add code here (JavaScript, HTML, CSS) that you want to put into the body section of the website, between <body> and </body>, right after <body>."), array( "name" => "HTML Inserts: Body Bottom", "category" => "html-inserts", "id" => $shortname."_html_inserts_body_bottom", "std" => "", "type" => "textarea-large", "editable" => "yes", "info" => "Add code here (JavaScript, HTML, CSS) that you want to put into the body section of the website, between <body> and </body>, right before </body>. Google Analytics code would go here, and most other tracking code probably too."), array( "name" => "CSS Inserts", "category" => "html-inserts", "id" => $shortname."_html_inserts_css", "std" => "", "type" => "textarea-large", "editable" => "yes", "lastoption" => "yes", "info" => "Add CSS code here that you want to append to your theme's CSS file.

Example
.newclass {
color: #123456;
border: solid 1px #000000;
font-family: arial, \"comic sans ms\", sans-serif;
background: url(". $css_img_path ."images/myimage.gif);
}
"), // New category: Archives page array( "name" => "Archives Page ID", "category" => "archives-page", "switch" => "yes", "id" => $shortname."_archives_page_id", "std" => "", "type" => "text", "size" => "5", "info" => "Atahualpa has no Archives page by default but you can create a custom one:An Archives page is a \"Page\" page listing the links to (usually: monthly) archives and the categories, similar to a sitemap, but usually without a list of \"Page\" pages. The difference to the archive links or select menu in the sidebar is that the links will be displayed as regular content in the middle column"), array( "name" => "Show Archives by Date?", "category" => "archives-page", "id" => $shortname."_archives_date_show", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Show archives by date?"), array( "name" => "Archives by Date: Title", "category" => "archives-page", "id" => $shortname."_archives_date_title", "std" => __("Archives by Month","atahualpa"), "type" => "text", "info" => "The headline for the yearly/monthly/daily/postbypost archives"), array( "name" => "Archives by Date: Type", "category" => "archives-page", "id" => $shortname."_archives_date_type", "type" => "select", "std" => "monthly", "options" => array("yearly", "monthly", "weekly", "daily", "postbypost"), "info" => "List the date based archives by year, month, week, day or post by post?"), array( "name" => "Archives by Date: Limit", "category" => "archives-page", "id" => $shortname."_archives_date_limit", "std" => "", "type" => "text", "info" => "Optional: Limit the amount of date based archive links. Leave blank for no limit. Example: 30"), array( "name" => "Archives by Date: Show post count?", "category" => "archives-page", "id" => $shortname."_archives_date_count", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Show the post count for each date based archive link? Won't be used if you chose \"postbypost\" above."), array( "name" => "Show Archives by Category?", "category" => "archives-page", "id" => $shortname."_archives_category_show", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Show archives by category?"), array( "name" => "Archives by Category: Title", "category" => "archives-page", "id" => $shortname."_archives_category_title", "std" => __("Archives by Category","atahualpa"), "type" => "text", "info" => "The headline for the category archives"), array( "name" => "Archives by Category: Show post count?", "category" => "archives-page", "id" => $shortname."_archives_category_count", "type" => "select", "std" => "Yes", "options" => array("Yes", "No"), "info" => "Display the post count after each category link?"), array( "name" => "Archives by Category: Depth", "category" => "archives-page", "id" => $shortname."_archives_category_depth", "type" => "select", "std" => "0", "options" => array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"), "info" => "Limit the depth of category levels to be displayed. Choose 0 to display all categories (= no depth limit)"), array( "name" => "Archives by Category: Order by", "category" => "archives-page", "id" => $shortname."_archives_category_orderby", "type" => "select", "std" => "name", "options" => array("ID", "name", "count"), "info" => "Sort the category archive links by "), array( "name" => "Archives by Category: Order", "category" => "archives-page", "id" => $shortname."_archives_category_order", "type" => "select", "std" => "ASC", "options" => array("ASC", "DESC"), "info" => "Sort the category list"), array( "name" => "Archives by Category: Feed Link", "category" => "archives-page", "id" => $shortname."_archives_category_feed", "type" => "select", "std" => "No", "options" => array("Yes", "No"), "lastoption" => "yes", "info" => "Show a linked RSS icon after each category link?"), // New category: css-javascript array( "name" => "CSS: External file or inline?", "category" => "css-javascript", "switch" => "yes", "id" => $shortname."_css_external", "type" => "select", "std" => "External", "options" => array("External", "Inline"), "info" => "Should the CSS code be in an external file, or inline in the header of each page?

You might want to choose inline if your average page view per visitor is close to 1. In that case inline CSS might actually be faster than an external CSS file."), array( "name" => "Javascript: External file or inline?", "category" => "css-javascript", "id" => $shortname."_javascript_external", "type" => "select", "std" => "External", "options" => array("External", "Inline"), "info" => "Should the Javascript code be in an external file, or inline in the header of each page? Same considerations apply as above."), array( "name" => "CSS: Compress?", "category" => "css-javascript", "id" => $shortname."_css_compress", "type" => "select", "std" => "Yes", "lastoption" => "yes", "options" => array("Yes", "No"), "info" => "Turn this off whenever you want someone to have a look at the CSS code of your site. The compressed CSS will be almost unreadable.

By choosing to compress the CSS (see option below) you'll end up with an additional file size of ~7 Kbyte IF you have mod_deflate or gzip running on your server. CSS file sizes: No Atahualpa Compression / No Gzip: ~ 60-70 KByte. With Atahualpa Compression: ~ 35 KByte. With Atahualpa Compression plus Gzip/mod_defalte: ~ 7 KByte."), /* array( "name" => "Javascript: Compress?", "category" => "css-javascript", "id" => $shortname."_javascript_compress", "type" => "select", "std" => "Yes", "lastoption" => "yes", "options" => array("Yes", "No"), "info" => "Turn this off whenever you want someone to look at the Javascript code of your site. The compressed Javascript will be almost unreadable.

The compressed Javascript may not work properly if lines in the code, i.e. code that you added, were not finished with a semicolon. If you experience weird Javascript related behavior, turn this option here off to see if it's caused by the compression."), */ /* array( "name" => "Remove comment-reply.js?", "category" => "css-javascript", "id" => $shortname."_include_wp_comment_reply_js", "type" => "select", "std" => "No", "lastoption" => "yes", "options" => array("Yes", "No"), "info" => "For WP 2.7+: Include WP's \"comment-reply.js\" in Atahualpa's js.php and remove it from the header? This will save 1 HTTP request to the web server."), */ ); // Merge arrays to get different options sets for WP 2.7+ (with new paged comments settings) and WP 2.6 and older if (function_exists('wp_list_comments')) { $options = array_merge($options1, $options2, $options3); // WP 2.7 and newer } else { $options = array_merge($options1, $options3); // WP 2.6 and older } ?>