Skip to content

Below you will find a reference of filters available in the Total theme. Filters can be used to modify default theme options, values or output (learn more). You can use the search above to try and locate specific filters. This reference is intended to help you quickly locate a filter name. Once you locate a filter that you think may be useful you can then search the theme files for the filter to see how it’s being used to assist you in your custom code.

Important: This is a manually created list so there may be filters available not yet listed.

Filter by:

NameReturnUsage
wpex_page_header_subheading_classarrayReturns array of classes to be added to the page-header-subheading element.
wpex_page_header_title_argsarrayReturns an array for the page header title arguments - html_tag, string, schema_markup
wpex_page_header_title_classarrayReturns array of classes to be added to the page-header-title element.
wpex_password_protected_excerptstringThe excerpt to display above the protected post password form.
wpex_portfolio_argsarrayMain arguments for the register_post_type function for the Portfolio post type.
wpex_post_author_bio_dataarrayUse to alter the default author bio avatar, description, name, etc.
wpex_post_cards_entry_classarrayReturns an array of classes to add to the .wpex-post-cards-entry element.
wpex_post_cards_featured_post_idintReturns the ID for the Post Cards featured post.
wpex_post_cards_query_type_choicesarrayReturns an array of choices for the Post Cards Query Type select.
wpex_post_layout_classstringFilter used to alter the layout on any post, page or archive. Return values should be: left-sidebar, right-sidebar, full-width or full-screen.
wpex_post_readmore_link_textstringFilters the text for the blog entry read more button.
wpex_post_series_query_argsboolUsed to alter the post series query arguments.
wpex_post_slider_positionstringThe position in which the slider should return. Default is "below_title".
wpex_post_slider_shortcodestringThe shortcode to be used for the current page slider. Can be used not only to override the default but can also be used to add sliders to archives.
wpex_prev_post_link_same_catboolConditional check for the next and previous post links. Set to true to display next/prev posts from the same category.
wpex_prev_post_link_titlestringUsed to alter the default title for your next and previous post links. Default is '%title'.
wpex_recent_posts_icons_query_argsarrayReturns the array of arguments to pass on to WP_Query for the Recent Posts with Icons widget.
wpex_recommended_pluginsarrayArray of recommended plugins for the TGMPA activation script.
wpex_register_footer_sidebarsarrayReturns an array of wigetized areas (sidebars) to be used in the footer-widgets element.
wpex_register_sidebars_arrayarrayReturns array of sidebars to be registered by the theme. You can hook into this function to register a new sidebar location to ensure it follows the theme's standards rather then using the core register_sidebar function. Each item in the array should be composed of a key equal to the sidebar name and a value equal to the label to display in the widgets panel.
wpex_related_blog_posts_columnsintegerFilters the default columns (3) for the related blog posts.
wpex_related_portfolio_argsarrayArguments for the related portfolio items query.
wpex_related_staff_argsarrayArguments for the related staff items query.
wpex_search_in_menuboolWhether to display the search icon in the menu or not.
wpex_search_placeholder_textstringReturns the placeholder text for all searchforms.
wpex_search_thumbnail_argsarrayFilters the arguments for the search entry thumbnail.
wpex_select_wrap_arrow_htmlstringReturns the HTML for the theme's custom select arrow.
wpex_select_wrap_arrow_ticonstringReturns the icon name for the theme's custom select arrow.
wpex_shop_catalog_slider_dataarrayUsed to alter the parameters of the WooCommerce slider.
wpex_shop_single_slider_dataarrayReturns the data attributes for the single product slider
Back To Top