Hello, I installed some plugins to remove the information from “Date and Time”, “Categories”, “User”, but still appears …
What can I do?
Hello, I installed some plugins to remove the information from “Date and Time”, “Categories”, “User”, but still appears …
What can I do?
Hi,
you can hide it by usin css code. add this css code below using custom css plugin:
.meta-post {
display: none;
}