Skip to content

WPML String Translation Shortcode

WPML String Translation Shortcode

If you are looking to translate a small string of text for WPML you can do so with the included wpml_translate shortcode. Please see the example below: [[wpml_translate lang=es]Hola[/wpml_translate]] [[wpml_translate lang=en]Hello[/wpml_translate]]

Read more

Creating A New WPBakery Element (Starter Class)

WPBakery page builder elements are just WordPress shortcodes, so creating a new one is extremely simple. All you need to do is register a new shortcode with WordPress via the add_shortcode function, then use the WPBakery vc_lean_map function to register…

Read more

Manually Toggle/Show Header Search

The Total theme includes the ability to display a search link in the header menu that will "toggle" (display) the search when clicked. However, sometimes you may want to disable the search link and use a different method for opening…

Read more

Change Theme Border Colors

In the Total theme there are borders used for headings, sidebars, between blog posts, comments...etc. You can use CSS to alter the border colors but you can also use a Customizer setting to alter the borders across the whole site!…

Read more

How to Add a Filter to the Post Cards Element

The Post Cards element doesn't have a built-in filter option, but you can still create a filter by using the Navigation Bar element and "linking" it to the Post Cards. This approach allows for greater customization of the filter while…

Read more
Back To Top