Home Forums WoodMart support forum Option for not showing info about user in BLOG is not working

Option for not showing info about user in BLOG is not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #555554

    r.nemcovsky
    Participant

    Hi, I don´t want to have information about a user who created BLOG. I found an option about it (I think) and it doesn’t work at all… I am sending screenshots, so you would understand. Can you please help?

    thank you

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

    Luke Nielsen
    Keymaster

    Hello,

    That option hides another info about the author: https://prnt.sc/X4c4QizZEAFK

    On the post page, you can hide it through the below custom CSS:

    .single-post .wd-entry-meta {
        display: none;
    }

    On the archive through this option: https://prnt.sc/k52JTapN1aEA

    If you have any additional questions, let me know.

    Kind Regards

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