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.
<HEAD> Section 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.
HTML Code Insertion Areas
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.
Pre-Header Code 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.
Hide on front page: />
If you check this box, then the code from this area will not be displayed on the front (home) page.
Hide on non-front pages: />
If you check this box, then the code from this area will not be displayed on non-front pages.
Site Header Insert Code 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.
Insert on Front Page Only: />
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.
Post-Header Code 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.
Hide on front page: />
If you check this box, then the code from this area will not be displayed on the front (home) page.
Hide on non-front pages: />
If you check this box, then the code from this area will not be displayed on non-front pages.
Pre-Footer Code 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).
Hide on front page: />
If you check this box, then the code from this area will not be displayed on the front (home) page.
Hide on non-front pages: />
If you check this box, then the code from this area will not be displayed on non-front pages.
Site Footer Area Code 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.
Post-Footer Code top
This code will be inserted right after the footer area (between the "footer" and the "wrapper" /div tags).
Hide on front page: />
If you check this box, then the code from this area will not be displayed on the front (home) page.
Hide on non-front pages: />
If you check this box, then the code from this area will not be displayed on non-front pages.
Pre-Sidebar Code 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.)
Hide on front page: />
If you check this box, then the code from this area will not be displayed on the front (home) page.
Hide on non-front pages: />
If you check this box, then the code from this area will not be displayed on non-front pages.
Custom Page Template Options
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.
"Custom Header Page Template" Code and Options 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.
Hide Menus on Custom Header pages:
/>
If you check this box, then pages created using the Custom Header template will not display the standard menus.
Hide Site Title/Description on Custom Header pages:
/>
If you check this box, then pages created using the Custom Header template will not display the Site title or description.
"Blank Page Template" Options top
The Blank - (see Adv Opts admin) page template will wrap the content of an associated page only
with the '#wrapper' HTML div. ('<div id="wrapper">Content of page</div>'). It does not include the
page's title or other info. The following options allow you to hide the header and footer from the page.
Hide Header on Blank pages:
/>
If you check this box, then pages created using the Blank template will not display the standard header, including the image and menus.
Hide Footer on Blank pages:
/>
If you check this box, then pages created using the Blank template will not display the standard footer area.
Predefined Theme CSS Rules 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.
Site Options
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.)
SEO Tags 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.
Don't add SEO meta tags: />
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.
Site Copyright 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 © to display ©. You can use other HTML as well.
Hide Powered By tag: />
Check this to hide the "Proudly powered by" notice in the footer.
The Last Thing 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.)
Administrative Options top
These options control some administrative options and appearance features.
Hide Site Preview: />
Checking this box will hide the Site Preview at the bottom of the screen which might speed up response a bit.
Hide Theme Thumbnails:
/>
Checking this box will hide the Sub-theme preview thumbnails on the Weaver Themes tab which might speed up response a bit.
Don't auto-display CSS rules:
/>
Checking this box will disable the auto-display of Main Option elements that have CSS settings.
Hide old IE version warning:
/>
Check this box to hide the warning Weaver automatically displays when the visitor is using IE 7 or earlier.
Use Inline CSS:
/>
Checking this box will have Weaver generate CSS inline rather than use the style-weaver.css external style sheet.