Hey awesome Enfold team,
I’d like to disable the author’s link in blog posts. I found two threads in this forum, but changing
the_author_posts_link();
to
the_author();
in /includes > loop-index.php does not do the job… Any hint?
Thanks and best
Marc
Hey page404,
Thank you for using Enfold.
Use the get_the_author_meta function instead. More info in the documentation.
// https://developer.wordpress.org/reference/functions/get_the_author_meta/
Best regards,
Ismael
Hey Ismael,
thanks for your reply – and by the way also thank you very much for all your support to others, which were a valuable help for me while developing our page and browsing this forum!
With fresh head I just figured that I had copied loop-index.php in enfold theme folder for some other changes. By applying it there it now works, of course…
Thanks again and sorry for this unthought question
Marc
Hi,
Thank you for your kind words and ofcourse for keeping us updated.
Best regards,
Basilis