Comments goffers started the conversationJuly 15, 2021 at 10:44pmHi all,thx for the theme, i'd like to remove the link on the author show in any post, i'd like to show only the name how can i do?CheersDanilo 2,615PenciDesign repliedJuly 16, 2021 at 5:02amHi,Please install the Code Snippet plugin, then create a new snippet with the following content: add_filter( 'author_link', 'goffers_remove_author_link' );function goffers_remove_author_link($link) { $link = '#'; return $link;}Regards,PenciDesign.goffers repliedJuly 16, 2021 at 5:41pmmany thx guys! it's workingi've only two more thing:1) Author is already clickable, it's possibile to completely remove that?2) If i want to set a link to the other page (like bio or contact) how can i do?CheersDanilo 2,615PenciDesign repliedJuly 16, 2021 at 5:46pmHi,1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .author-url.url.fn.n { cursor: default; pointer-events: none;}2. Please remove all the previous custom code, then install and use this plugin: https://wordpress.org/plugins/wp-custom-author-url/. You can set the custom link as you want.Regards,PenciDesign.goffers repliedJuly 16, 2021 at 5:55pmwow very quickly!Thank you for everything! Sign in to reply ...
Hi all,
thx for the theme, i'd like to remove the link on the author show in any post, i'd like to show only the name
how can i do?
Cheers
Danilo
Hi,
Please install the Code Snippet plugin, then create a new snippet with the following content:
Regards,
PenciDesign.
many thx guys! it's working
i've only two more thing:
1) Author is already clickable, it's possibile to completely remove that?
2) If i want to set a link to the other page (like bio or contact) how can i do?
Cheers
Danilo
Hi,
1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
2. Please remove all the previous custom code, then install and use this plugin: https://wordpress.org/plugins/wp-custom-author-url/. You can set the custom link as you want.
Regards,
PenciDesign.
wow very quickly!
Thank you for everything!