How to remove date and time from Posts?
-
Hi all, how do i remove the date and time on my wordpress theme Radcliff? Im totally new to all this..where do i go about changing it in the CSS?
The blog I need help with is: (visible only to logged in users)
-
You can use the following CSS to remove dates above the post title on your home page and from individual posts pages:
div.post-meta-top { display: none; }Editing CSS support document explains where to add the custom CSS.
-
- The topic ‘How to remove date and time from Posts?’ is closed to new replies.