وردپرس

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 ”.

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.

[ad_2]

مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد

منبع: انجمن وردپرس

دکمه بازگشت به بالا