Home Forums WoodMart support forum How to hide post autor and "Published" ?

How to hide post autor and "Published" ?

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

    aleksandreeu
    Participant

    Hi,
    How can I hide post author and “published” on the post page?

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

    Luke Nielsen
    Keymaster

    Hello,

    The best way to hide only the author and the “Published” message of the post is to use custom CSS code. Please, enter the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .blog-post-loop .entry-meta-list .meta-author {
        display: none;
    }

    Don’t hesitate to reach out if you have any more questions or concerns. We’re thankful that you took the time to share your concerns with us.

    Best of Luck,
    Kind Regards

    #349725

    aleksandreeu
    Participant

    I am using already css that u sent, but it does not hide info on the Post page.
    WHen you open a post to read, you can still see it on the top, as I sent screenshot.

    #349733

    Luke Nielsen
    Keymaster

    Hello,

    Sorry for the slight misunderstanding.

    I advise you to replace the old custom CSS code that hides the “author” and “Published” information with this one. The below code is suitable for hiding these fields in the single and blog pages.

    .blog-post-loop .entry-meta-list .meta-author,
    .single-post .post-single-page .meta-author {
        display: none;
    }

    https://gyazo.com/8bf6491defe3c17e6d783992e5dfb37a

    https://gyazo.com/4f30aec649a4aba843efdb45a31ca047

    Let me know if you have any questions, I’d be happy to answer them.

    Thanks for your time and have a great day.

    Kind Regards

    #349741

    aleksandreeu
    Participant

    Super, thanks!

    #349814

    Luke Nielsen
    Keymaster

    Hello,

    If there is ever anything we can do, please feel free to reach out to me anytime when you have anything more to say.

    All the Best,
    Kind Regards

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

The topic ‘How to hide post autor and "Published" ?’ is closed to new replies.