[Support request] Hide Author-Name and Author-Description on Authors-Page

Home Forums Support [Support request] Hide Author-Name and Author-Description on Authors-Page

Home Forums Support Hide Author-Name and Author-Description on Authors-Page

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

    Hi there!
    Is there any way to hide the author-name in the page-title and the author-info, but only on the authors-page in the frontend of wordpress?

    Example: A website-user reads a post and clicks on the “about the author” link and gets to the posts author site http://www.yourwebsite.com/author/author123/

    I just want to see all the posts from the author on the authors-page, not the name of the author as page title and also no author-info as description of the author.

    Can you please help?

    Regards

    #1485075
    David
    Staff
    Customer Support

    Hi there,

    if your happy to just hide it then you can add this CSS:

    .author .page-header {
        display: none;
    }
    #1485121
    Jakob

    Hi David,
    That works perfectly, thanks 🙂

    Regards

    #1485283
    David
    Staff
    Customer Support

    You’re welcome

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