Change author link hover text

[ad_1]

Hello. I’m using the following code (from GeneratePress staff) to redirect author link, displayed above the posts, to the author page, and it works great.

The code I’m using through WPCode plugin:

add_filter( 'author_link', 'my_author_link' );
function my_author_link() {
return home_url( 'link-to-my-author-page' );
}

But, in addition to that, I want to display on hover the text “Author Page”. For now, it displays the default “View all posts by <the author name>”.

Could you help me on this?
I know this is not specific to your theme, but I would be grateful if you can give me a little help.

Thank you very much.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer