"; $SEOText = " "; if (!ttw_getopt('ttw_head_opts')) ttw_setopt('ttw_head_opts', $headText); // fill in something first time if (ttw_getadminopt('ttw_metainfo') == '' && !ttw_getadminopt('ttw_hide_metainfo')) ttw_setadminopt('ttw_metainfo', $SEOText); // fill in something first time ?>

Advanced Options

Advanced Options - Insert your own code or snippets Are you a professional website designer? If Weaver is helping you do your job, please make a donation to this theme!

*/ ?>




This page has options for more advanced control of your site. Many of the fields on this page allow you to add HTML code (sometimes required by third-party plugins and widgets). While you can copy/paste/edit many of the CSS Snippets provided from the Snippets tab, it may be helpful if you understand a bit about HTML coding to used these fields most effectively.

The values you put here are saved in the WordPress database, and will survive theme upgrades and other changes.

PLEASE NOTE: NO validation is made on the field values, so be careful not to paste invalid code. Invalid code is usually harmless, but it can make your site display incorrectly. If your site looks broken after make changes here, please double check that what you entered uses valid HTML or CSS rules. Also note that backslashes will be stripped.


   top
This input area is one of the most important options in Weaver for customizing your site. Code entered into this box is included right before the </HEAD> tag in your site. The most important use for this area is to enter custom CSS rules to control the look of your site. Note: The Snippets tab (above) contains many examples of CSS rules to customize your site. This field can also for entering JavaScript or links to JavaScript files or anything else that belongs in the <HEAD>. For example, Google Analytics code belongs here.




The following options allow you to insert HTML code into various regions of you page. These areas must use HTML markup code, and all can include WP shortcodes. Important: You almost certainly will need to provide CSS styling rules for these code blocks, either as in-tag style="..." rules, or by adding CSS rules the the <HEAD> Section above.
Note: Providing margin style values, including negative values, can be used to control the spacing before and after these code blocks.

   top
This code will be inserted right before the header area (between the "wrapper" and the "header" div tags), above the menus and site image. This block also can be used as an alternative to the Weaver Header Widget Area.

/> If you check this box, then the code from this area will not be displayed on the front (home) page.
/> If you check this box, then the code from this area will not be displayed on non-front pages.

   top
This code HTML will be inserted into the #branding div header area right above where the standard site header image goes. You can use it for logos, better site name text - whatever. When used in combination with hiding the site title, header image, and the menu, you can design a completely custom header. If you hide the title, image, and header, no other code is generated in the #branding div, so this code can be a complete header replacement. You can also use WP shortcodes to embed plugins, including rotating image slideshows such as Meteor Slides. And Weaver automatically supports the Dynamic Headers plugin which allows you create highly dynamic headers from its control panel - just install and it will work without any other code edits.

/> If you check this box, then this Header code will be used only when the front page is displayed. Other pages will be displayed using normal header settings. Checking this will also automatically hide the standard header image on the front page so you can use a slide show on the front page, and standard header images on other pages.

   top
This code will be inserted right after the header area and before the main content area (between the "header" and the "main" div tags), below the menus and site image.

/> If you check this box, then the code from this area will not be displayed on the front (home) page.
/> If you check this box, then the code from this area will not be displayed on non-front pages.

   top
This code will be inserted right after the main content area and before the footer area (between the "main" and the "footer" div tags).

/> If you check this box, then the code from this area will not be displayed on the front (home) page.
/> If you check this box, then the code from this area will not be displayed on non-front pages.

   top
This code will be inserted into the site footer area, right before the before the "Powered by" credits, but after any Footer widgets. This could include extra information, visit counters, etc.


   top
This code will be inserted right after the footer area (between the "footer" and the "wrapper" /div tags).

/> If you check this box, then the code from this area will not be displayed on the front (home) page.
/> If you check this box, then the code from this area will not be displayed on non-front pages.

   top
This code will be inserted right above the first sidebar area. (Note: some HTML elements may require using 'style="display:inline"' to avoid display over entire page width. This also doesn't work well with the "Two, left and right sides" sidebar arrangement.)

/> If you check this box, then the code from this area will not be displayed on the front (home) page.
/> If you check this box, then the code from this area will not be displayed on non-front pages.




Weaver includes several page templates. Some have extra options here. * The 2 Col Content template splits content into two columns. you manually set the column split using the standard WP '<--more-->' convention. Columns will split first horizontally, then vertically (you can have more than one <--more--> tag). * The Alternative Sidebar templates have a single, fixed width sidebar that uses only the Alternative Widget Area. * The One column, no sidebar template produces a single content column with no sidebars. * The other templates are explained below.

   top
This block functions exactly the same as Site Header Insert Code when used with pages created with the Custom Header (see Adv Opts admin) page template. The template creates pages that use only this code to display a header (they don't use the standard site header image), plus the options below.

/> If you check this box, then pages created using the Custom Header template will not display the standard menus.
/> If you check this box, then pages created using the Custom Header template will not display the Site title or description.

   top
The Blank - (see Adv Opts admin) page template will wrap the content of an associated page only with the '#wrapper' HTML div surrounding the optional #header and #footer divs, and the #main div for the actual content. ('<div id="wrapper"><div id="header">header</div><div id="main">Content of page</div><div id="footer">footer</div>'). It does not include the page's title or other info. You will probably want to wrap your content in its own div with styling defined by a class added to the <HEAD> Section. The following options allow you to hide the header and footer from the page.
/> If you check this box, then pages created using the Blank template will not display the standard header, including the image and menus.
/> If you check this box, then pages created using the Blank template will not display the standard footer area.

   top
Beginning with Weaver Version 1.5, this area is essentially unnecessary. If a predefined theme requires some CSS that can't be applied with a Main Options CSS rule, then that CSS will appear here. You may edit it if needed to make your own theme work. If you are defining a theme you want to share, you should move any definitions from the <HEAD> Section to here for your final version. That will leave the <HEAD> Section empty for others to add more customizations. This code is included before the <HEAD> Section code in the final HTML output file.


The following options are related to the current site. There are also some administrative options. These options are not considered to be a part of the theme, and are not saved in the theme settings file when you save a theme. These options are saved in the WP database, and will survive an upgrade to a new Weaver version. (The settings above this section are all saved when you save your theme settings.)
   top
Every site should have at least "description" and "keywords" meta tags for basic SEO (Search Engine Optimization) support. Please edit these tags to provide more information about your site, which is inserted into the <HEAD> section of your site. You might want to check out other WordPress SEO plugins if you need more advanced SEO. Note that this information is not part of your theme settings, and will not be included when you save or restore your theme.

/> If you check this box, then this meta information will not be added to your site. You might want to check this box if you are using more advanced WordPress SEO plugins.

   top
If you fill this in, the default copyright notice in the footer will be replaced with the text here. It will not automatically update from year to year. Use &copy; to display ©. You can use other HTML as well.

/> Check this to hide the "Proudly powered by" notice in the footer.

   top
This code is inserted right before the closing </body> tag. Some outside sites may provide you with JavaScript code that should be put here. (Note that this information is not part of your theme settings, and will not be included when you save or restore your theme.)



   top
These options control some administrative options and appearance features.

/> Checking this box will hide the Site Preview at the bottom of the screen which might speed up response a bit.
/> Checking this box will hide the Sub-theme preview thumbnails on the Weaver Themes tab which might speed up response a bit.
/> Checking this box will disable the auto-display of Main Option elements that have CSS settings.
/> Check this box to hide the warning Weaver automatically displays when the visitor is using IE 7 or earlier.
/> Checking this box will have Weaver generate CSS inline rather than use the style-weaver.css external style sheet.




Click the Clear button to reset all Weaver settings to the default values.
Warning: You will lose all current settings. You should use the Save/Restore tab to save a copy of your current settings before clearing!