Archived topic
Remove Author Link from Post Meta Data
3 replies · Started by Muhammad Qasim on October 20, 2020
Hello Support Team,
I want to remove the link from author name shown in Post Meta data. I tried to search forum, but the code I found was for both date and author name, and other code for removing link from comments post meta.
I shall be highly obliged if you could share the code that I need to add to theme_functions file which would remove the link from author name only.
Thanks in advance.
Hi there,
Can you try this snippet here?
https://docs.generatepress.com/article/generate_post_author_output/#remove-link
The code can be added using one of these methods:
Adding PHP: https://docs.generatepress.com/article/adding-php/
Make sure you are not editing the theme's file as they will be erased during updates.
It worked. Thank you very much!
No problem :)