Skip to content

Use Yoast SEO Primary Category For Related Blog Posts

Change the Page Header Title h1 tag to something else

The page header title file in the Total theme is located at partials/page-header-title.php but if you want to alter something so simple as the html tag it's best to use the wpex_page_header_title_args arguments. The following snippet is an example of…

Read more

Show/Hide Row on Click

Below is some javascript for creating a simple toggle row show/hide functionality. The way it works is you would give any element that has a link the classname "my-hidden-row-toggle" (as always change my- to your unique prefix), give the row…

Read more

Add a New Built-In Button Color Option

The Total theme includes various built-in color accents to choose from for buttons. If you need to add custom options you can hook into the theme's filter to add new settings. See the example below. This will add the new…

Read more

Add New Options to the Top Bar Social & Social Links Element

The Total theme has various functions for displaying social links on the site and in Total 4.4 we've aded a global filter named "wpex_social_profile_options_list' which can be used to add/remove items from the social profile options as well as modify…

Read more
Back To Top