Function tag_navigation
Generates a navbar, usually below the masthead/logo section.
Parameters summary
array |
$args = array() |
Can be any of the following arguments: string $span_class Can be Bootstrap's
'container' or 'container-fluid' string $brand_purpose Can be 'logo' or 'text';
helps influence which other brand arguments are respected string $brand_text
Plain text to display; respected if $brand_purpose is 'text' integer
$brand_logo_id The ID of an image to display; respected if $brand_purpose is
'logo' string $brand_logo_offset The vertical offset of the brand logo; only
respected if $brand is an image string $menu_id The ID of the menu to display
boolean $show_cart Set to 'true' to display a button on the navbar for the
shopping cart boolean $show_login Set to 'true' to display a button on the
navbar for the login screen boolean $show_search Set to 'true' to display a
button on the navbar that contains a search form string $scheme Can be
'navbar-default' or 'navbar-inverse' (soon to come - 'tone') boolean $animate
Determines whether the navbar executes animations boolean $hide_mobile Set to
'true' if you do not want the masthead to appear on small screens
|
Return value summary
string
|
The generated markup
|