Skip to content

Add a Simple More Link to Testimonial Cards

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

How to Change the Breadcrumbs Shop Link

By default the shop link added in the breadcrumbs is based on your defined Shop page under the WooCommerce settings. It is possible to change the link by changing the shop page in WooCommerce but if you only want to…

Read more
Back To Top