Skip to content

Custom Footer Callout Button HTML Attributes

Custom Footer Callout Button HTML Attributes

The following snippet shows how you can modify the footer callout button attributes and change it's class, id or add a custom attribute. This could be useful if you want to conditionally add/remove classes to the callout button so it…

Read more

Add New Custom Fields (Meta boxes)

The Total theme comes with a custom-built meta framework. You can easily use it in your child theme to create new metaboxes for your site without the need for a plugin. Below is an example showing how to create a…

Read more

Modify Post Format Icons

The Post with Icons widget and other theme features may display an icon based on the current post format. You can easily filter the format icon’s class name using a filter, as shown in the example above. For the correct…

Read more

Boxed Posts Content, Entries & Sidebar

The following CSS will make your blog post entries, single post and sidebar widgets have a "boxed" look with some padding and a white background so if you have a solid color background on your site they will "pop". Just…

Read more

Override Header Builder Template ID

If you want to setup different templates for your Header Builder you can do so by hooking into the "wpex_header_builder_page_id" filter. This will allow you to assign a different template for different sections of your site using custom theme code…

Read more
Back To Top