remove date
-
https://www.slimpeople.it/blog/
i want to remove the date from every pagesI also tried to put plugins to remove the date but I can’t remove it.
-
Howdy –
That site does not use WordPress.com. Instead, it’s set up using the open source and community maintained, WordPress installation. They are quite different.
For help, you will want to visit the community forums at https://wordpress.org/support/forums, or contact your theme author.
Using CSS you should be able to remove it with something like:
span.date { display: none; }
- The topic ‘remove date’ is closed to new replies.