// Remove author URL from bio add_filter( 'wpex_post_author_bio_data', function( $data ) { unset( $data['posts_url'] ); return $data; } ); //…
Yoast doesn't have a setting to remove the title from the end of the breadcrumbs but you can use their…
// Add Google Tag Manager Code after opening body tag add_action( 'wp_body_open', function() { ?> YOUR CODE HERE <?php }…