Header shortcodes allow you to display the site logo, title and description and the primary navigation. They are intended for custom headers, but can be used anywhere on your pages.
[site_logo]
Displays the site logo.
Attributes: | |
---|---|
src | The URL of the site logo. By default, the src is set to the URL of the logo specified by the "Logo Image" option under Theme Options » General » Header. |
target_url | Specifies the target URL of the image. By default, the site logo is clickable and brings you to the home page of the site. |
title | Specifies a tooltip for the site logo. By default, the tooltip displays the site title. |
alt |
Sets an alternate text that is displayed when the site logo cannot be displayed. Default is 'Logo'.
Same as the alt attribute of the image tag. |
[site_title]
Displays the site title.
Attributes: | |
---|---|
title | The text of the site title. The site title can be specified with the "Site Title" option under Settings » General. |
href | Specifies the target URL of the site title. By default, the site title is clickable and brings you to the home page of the site. |
[site_description]
Displays the site description.
Attributes: | |
---|---|
description | The text of the description. The site description can be specified with the Tagline option under Settings » General. |
[primary_navigation]
Displays the primary navigation as a popup menu.
If you don't want to change the settings of the primary navigation specified under Theme Options » General » Header » Navigation Settings, you don't need to do anything else just add a [primary_navigation /] shortcode to your content.
Attributes: | |
---|---|
menu |
The id or name of the menu that should be displayed. Default is an empty string.
If this attribute is not specified, the Primary Navigation setting determines the menu specified in the Theme Locations box under Appearance » Menus. |
orientation | The orientation of the main menu (horizontal | vertical). Default is specified by the Menu Orientation option. |
extended_main_menu | Allows you to display descriptions for main menu items. (none | description | title_as_description). Default is specified by the Menu Description option. |
mega_submenus | Allows you to select whether you want to display mega submenus or not (true | false). Default is specified by the Enable Mega Menus option. |
menu_compressed |
The id or name of the compressed menu.
There are two special values:
|
navigation_bar_type | Specifies whether to use a CSS or a JavaScript menu (CSS | JavaScript). Default is specified by the Type of menu option. |
open_event | Here you can select the event type that will trigger the menu to open/close. (hover | activate-hover | click-hover | click). Default is specified by the Open Event option. |
first_level_open | Here you can specify whether one first level menu must always be open or not. (true | false). Default is specified by the Open first level menu option. |
first_level_open_dir | Specifies the opening direction of first level popup menus (downward | upward | leftward | rightward). Default is specified by the Opening Direction - First level popups option. |
nonfirst_level_open_dir | Specifies the opening direction of non-first level popup menus. Default is specified by the Opening Direction - Non-first level popups option. |
anim_duration | The duration of the menu animation, in milliseconds. Default is specified by the Animation Duration option. |
open_event | The event type that will trigger the menu to open/close ('hover' | 'click'). Default is specified by the Open event option. |
fade | Enables a fade effect for the menu (true | false). Default is specified by the Fade option. |
opacFilters | Disables the fade effect in old IE browsers (true | false). Default is specified by the Internet Explorer version filter. option. |
resize_anim | Specifies a resize effect for the menu (empty string | growing | slide). Default is specified by the Resize animation option. |
compressed_under | Specifies the width of browser window (in pixels) below the compressed menu should be shown. Default is specified by Compressed below window width option. |
move_into_view | Enables the JavaScript function that automatically moves the normal menu into the view (true | false). Default is specified by the Move into view - Normal menu. option. |
move_into_view_compressed | Enables the JavaScript function that automatically moves the compressed menu into the view (true | false). Default is specified by the Move into view - Compressed menu. option. |