Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1093163

    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

    #1093509

    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

    #1093594

    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

    #1093877

    Hi,

    Thank you for your kind words and ofcourse for keeping us updated.

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.