Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #171360

    Hi there,

    how can I edit the post information on post details – resp. how can I remove the author link?

    Thx for help & regards

    #171461

    Hi bivvo!

    Try adding this code to the Quick CSS:

    .blog-author{ display: none !important; }

    Regards,
    Josue

    #171486

    Thx for your reply.

    For security reasons I want to remove the author link from the code. I intend to avoid robots to find out the login names.

    Thx & regards

    #171626

    Hi!

    Please go to wp-content\themes\enfold\includes folder and open loop-index.php file and find following code in line 158

    the_author_posts_link();

    and change it to

    the_author();

    Cheers!
    Yigit

    • This reply was modified 11 years, 1 month ago by Yigit.
    #171910

    Yeah, that worked. Thanks a lot!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove the author link in posts’ is closed to new replies.