Name | Return | Usage |
---|
totaltheme/page/header/subheading | string | Returns the string to display for the page header subheading. |
totaltheme/page/header/has_subheading | bool | Check if the page header should display the subheading (if a subheading is defined). |
wpex_page_header_subheading_class | array | Returns array of classes to be added to the page-header-subheading element. |
wpex_page_header_title_class | array | Returns array of classes to be added to the page-header-title element. |
totaltheme/page/header/has_title | bool | Check if the page header title should display inside the page header element. |
wpex_page_header_aside_class | array | Returns array of classes to be added to the page-header-aside element. |
wpex_page_header_content_class | array | Returns array of classnames to be added to the page-header-content element. |
wpex_page_header_inner_class | array | Returns array of classes to be added to the page-header-inner element. |
wpex_page_header_class | array | Returns array of classes to be added to the page header element. |
totaltheme/page/header/style | string | The style to be used for the page header which get's added as a classname to the page header in the format style-{name}. Default is "default". |