Skip to content

Disable the WPBakery Page Builder for Specific Post Types

Modify Post Meta Icons

The following snippet shows how you can modify the icons used for the post meta blocks. This snippet displays the default icons used so you can simply switch out the names for the theme icons you want to use instead…

Read more

How to Change the HTML Schema Microdata

By default the Total theme adds the WebPage schema markup to the HTML tag as microdata (inline as opposed to JSON-LD). If you are using the Yoast SEO plugin you can of course change the default schema markup for your…

Read more

Add Custom Dynamic Variables

The following snippet will show you how to add your own custom dynamic variables which can be used inside theme elements or certain theme settings. This filter returns an array where each key is the dynamic variable name and each…

Read more

Exclude Terms from the Navigation Bar

If you are using the Navigation Bar element to display terms (such as categories) rather then selecting a custom menu, by default, the theme will display all terms. However, you can easily exclude terms by hooking into the "vcex_navbar_get_terms_args" filter…

Read more
Back To Top