Neo-Colosseum

colloseum

Winkelwagen
nl_NL
Scroll naar boven
// 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 }