Archives: Snippets
Single User in Idea Space
Image 1 2 3Continue reading
Untitled Snippet
Content-Type: text/html; charset=UTF-8Continue reading
Untitled Snippet
Untitled Snippet
Untitled Snippet
Untitled Snippet
/** * Convert Uploaded Images to WebP Format * * This snippet converts uploaded images (JPEG, PNG, GIF) to WebP format * automatically in WordPress. Ideal for use in a theme’s functions.php file, * or with plugins like Code Snippets…Continue reading
Jobber Plugin
Google Webmaster SEO Issue | Fix Duplicate without user-selected canonical
add_filter( ‘rank_math/frontend/robots’, function( $robots ) { // Check if we are currently viewing a feed if ( is_feed() ) { $robots[‘index’] = ‘noindex’; $robots[‘follow’] = ‘nofollow’; } return $robots; });Continue reading