Change author link hover text
-
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.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change author link hover text’ is closed to new replies.