Dynamically Change the SEO title of a Specific Post when the Metadata is Loaded

This filter can be used to dynamically change the SEO title of a specific post when…

10+

Dynamically Change the SEO title of a Specific Term when the Metadata is Loaded

This filter can be used to dynamically change the SEO title of a specific term when…

10+

Change 'streetLineTwo' in Local SEO address output to an empty string

This filter can be used to change 'streetLineTwo' in Local SEO address output to an empty…

10+

Minimalistic Admin Bar

This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…

Remove the crumb for the ‘uncategorized’ category

This snippet can be used to remove the crumb for the ‘uncategorized’ category

10+

Add Checkbox Field To Donation Form

Collect a checkbox field in the donation form.

Remove Google Fonts (Elementor)

add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

Reduce Database Calls

You can edit your child theme and replace these calls with more specific information to stop…

10+

Hide Author SEO Tab From User Profile Page

This filter can be used to Hide Author SEO Tab From User Profile Page

10+

Inline Spoiler Shortcode

Easily hide spoilers in your text with a shortcode.

10+

Remove Gutenberg Blocks Library CSS

Remove Gutenberg Block Library CSS from loading on the frontend

Remove datePublished and dateModified properties from the Article schema for Posts

This snippet removes the datePublished and dateModified properties from the Article schema for Posts

10+

Change Business Info Location Icon

This filter can be used to change the business info location icon. Replace "/assets/images/email-icon.png" with the…

10+

Sticky header

/*Sticky header*/ #site-header { position: fixed; top:0; opacity: 0.98; } #main { margin-top: 70px !important; /*…

[IG] iOS Double-Click required to open lightbox fix

This snippet can be added in the functions.php file of a child theme to disable the…

1 16 17 18 19 20 125