Home Forums WoodMart support forum Post Author Info

Post Author Info

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #86686

    khongyp
    Participant

    Hi, i want to hide author info such as Posted by xxxxx on the blog. I have set the feature “Author bio Display information about the post author” in the theme setting to OFF but the posted by info is still showing on the website.

    It is a brand new test website.

    Attachments:
    You must be logged in to view attached files.
    #86704

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .entry-meta-list li.meta-author {
    	display: none;
    }

    Regards

    #86705

    Hello,

    Add this code to the Theme Setting > Custom CSS:

    body .meta-author{
    display:none;
    }

    Best Regards

    #86723

    khongyp
    Participant

    You mean the feature “Author bio Display information about the post author” setting is not for hiding this information? The “Posted by” can only be hidden by using CSS?

    #86727

    Artem Temos
    Keymaster

    Yes, author bio is displayed on the single post page.

    #86737

    khongyp
    Participant

    Ok thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Post Author Info’ is closed to new replies.