Category Archives: WP Tutorials
Adding CSS Class name to Post Tags
add_filter( 'term_links-post_tag', 'paulc_add_custom_class' ); function paulc_add_custom_class( $links ) { $new_links = array(); foreach ( $links [...]
Integrating Toggle Image Content into Elementor Accordion Widget
I add the toggle image content column at right side of the Elementor Accordion widget. Toggle [...]
Change the “Beaver Builder” text in the admin bar
Here is the simple PHP snippet which will replace the “Beaver Builder” text in all [...]
Convert Blog Page to 3 Columns in Essence Pro Theme
How do you convert the 2 columns blog page to 3 columns? Here is the [...]
Adding target “_blank” on Button Extra Navigation in Astra Theme
Adding Button as Last Menu Item at Header You can easily add the custom action [...]
[Astra Theme] Adds category meta before the entry title
How do you add the category meta section above the entry title on single post [...]
