Skip to content

Move WooCommerce Product Category Description Below Products

Move Custom Taxonomy Term Description

By default the term description displays as the "subheading" below the main title. You can use this function if you with to move the term description for any taxonomy to be above the posts. This is useful if you have…

Read more

Custom Grid Filter Orderby Arguments

The grid filters included with the portfolio grid, staff grid, testimonials grid, post types grid modules in Total, use the core get_terms function in WordPress and it includes a filter "vcex_grid_filter_args" you can use to hook into and alter the…

Read more

Exclude Categories from Showing on The Front-End

This snippet will allow you to remove categories from showing up on the front-end in sections such as the post entry and singular post meta where it displays a list of the categories a post belongs to. This won't hide…

Read more

Use Custom Template as Header for Desktop Only

The Total "header builder" function replaces the entire header function as it's more efficient this way, but if you want you can actually use a little code to insert a custom template to be used as your header which would…

Read more
Back To Top