Blog date
-
( https://eduroab.wordpress.com/ )
Hi guys,At my site I’m using blog post on my first page. These post show a set date on them, from when I posted them. To be more specific, the post date and author information that appears on the site itself when reading the post. Can you help me with how I can remove this? I’m not very familiar with CSS so if you can, please be very specific.
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hello there!
I’ve looked through your WordPress site but I can’t seem to find time and date anywhere. Have you already resolved this issue?
-
Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS, which will remove all the entry meta from posts for you.
.entry-meta { display: none; }
- The topic ‘Blog date’ is closed to new replies.