Neo-Colosseum

colloseum

Shopping Cart
en_US
Scroll to Top
// Remove author link and display plain text name add_filter ( 'the_author_posts_link', 'ivet_remove_author_link' ); function ivet_remove_author_link( $link ) { return get_the_author(); // Return just the author name without a hyperlink }