Option for not showing info about user in BLOG is not working
-
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.
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