Shop Categories

X

How to deactivate WP biographical info of author + link beneath single post

Home Forums Agama Pro How to deactivate WP biographical info of author + link beneath single post

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25487
    Mr.Mirko
    Participant

    Dear all,

    beneath each single post the author info and a link to the author archive page is shown if the WP “biographical info” is not empty.

    Is it possible to deactivate it?

    Kind regards,

    Mirko

    #25489
    Zex
    Moderator

    Hello, Mirko!

    You should be able to turn off the all Single Post meta from the Customizing ▸ Blog ▸ Single Post menu.
    https://prnt.sc/rcfl7h

    Also, you can disable particular post meta, from Customizing ▸ Blog ▸ Post Meta menu.
    https://prnt.sc/rcfmwi

    Regards

    #25490
    Mr.Mirko
    Participant

    Dear Zex,

    many thanks for you quick reply!

    I had “Single Post Meta” switch from Customizing ▸ Blog ▸ Single Post menu already switched off.
    It doesn’t have any effect on the Author bio info beneath the single post.

    I also switched off the Post Meta from Customizing ▸ Blog ▸ Post Meta menu in total already.
    This also doesn’t have any effect on the Author bio info beneath the single post.

    #25491
    Zex
    Moderator

    Hi,Mirko!

    Ok. I see the problem now…

    Insert please the following code into Customizing->General->Additional CSS:

    .single .author-info {
        display:none;
    }

    Regards

    • This reply was modified 3 years, 3 months ago by Zex.
    #25499
    Mr.Mirko
    Participant

    Thanks Zex,
    that worked very well.
    Thanks a lot!

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