remove date
-
how can I remove the date the webpage was created from being visible?
WP.com: Yes
Jetpack: Yes
Correct account: YesThe blog I need help with is: (visible only to logged in users)
-
Hi there,
You can hide the date from your post or page in two ways:
- Edit the single post and page template.
- Add a custom CSS to your site.
Way 1: To remove the date from a page or post using the Site Editor, simply follow these easy steps:
- Head over to Appearance → Editor.
- Click on Templates and select Page.
- Remove the post date block and save your changes.
- And voila! You’re all set.
Redo the operation for the “single” too.
You can see how this is done in the video I recorded here: https://cln.sh/K6TBFzsJ.
If you need help, take a look at the detailed guide here.
- To edit the page template, follow this guide: https://wordpress.com/support/templates/edit-the-page-template/.
- To edit the single template, simply follow the guide here: https://wordpress.com/support/templates/edit-the-single-template.
Way 2: To remove the date using custom CSS, all you need to do is add this custom CSS to your site. It’s really easy!
/* Remove date from single page and post (SR) */ div.post-meta a { display: none !important; }Want to learn how to add custom CSS to your site? Check out the detailed step-by-step guide here: https://wordpress.com/support/editing-css/#access-the-css-editor.
I hope this helps! Thanks!
- The topic ‘remove date’ is closed to new replies.