// Remove the author link from bio. add_filter( 'wpex_post_author_bio_data', function( $data ) { unset( $data['posts_url'] ); return $data; } ); // Remove the author link from code functions which display in post meta. add_filter( 'the_author_posts_link', function( $link ) { if ( ! is_admin() ) { return get_the_author(); } return $link; } ); The title of the page

25 Imperial LS Windows