Removing Dates on Posts
-
Hi,
I am new to this and would like to remove the blog post dates from my posts. The theme I am using is Full Frame.
Does anyone know how the coding would read for me to place it into the Custom CSS in order to remove/hide the date?
Thank you in advance.
The blog I need help with is: (visible only to logged in users)
-
-
Don’t see a blog post with a date on the site can you give a link to a post page you are trying to change?
-
-
Is there a way to move the date/tags/categories to the bottom of the post instead of the top?
-
Hi, I have a similar problem. I’d like to remove the date on my site, but I want to keep the tags and the author name intact.
I’ve tried a bunch of plugins.
Can someone help me out please?
website: cityhop.in
-
Nobody here can help you. You need to ask in the WordPress.ORG forums for that version of the software.
-
i have created blog on wordpress.com. now how can i remove page title, Date and time, posted by abc.
-
@checkisocertificate, I looked at your account and do not see that you have purchased the Custom Design Upgrade, which would be required in order to remove the title and metadata from your posts and/or pages.
You can try out and preview custom CSS before you buy as explained here. The following CSS would hide the post titles and metadata on the Fusion theme.
.post h3.title, .attachment h3.title, .post .postheader { display: none; }If you also wanted to hide the titles on pages, such as your About Us page, the following will do that.
, .page h2.title, .page h2.title { display: none; }
- The topic ‘Removing Dates on Posts’ is closed to new replies.