Archived topic
Disable/ change author link
5 replies · Started by June on November 21, 2021
Hello,
I want to disable the author link and in case I want to edit the link how can I do it.
Please assist.
Hi June,
The post meta is added by block element, so go edit the block element, when you click on the author name, leave the dynamic link type filed blank like this:
https://www.screencast.com/t/5dF096RuMcVc
Let me know if this helps :)
Thank you, Ying :D It worked.
I'm using WPSP plugin and I want to disable the author link from there as well.
Please let me know how can I do that too.
Try this CSS:
.wp-show-posts .wp-show-posts-author {
pointer-events: none;
}
Let me know :)
Perfect! Thank you so much, Ying :D
No problem :)