FOREVER THEME – How to remove the dates from posts
-
Hi,
I’m trying to use theme FOREVER (http://foreverdemo.wordpress.com/) and I wonder if it’s possible to remove the dates from the posts?
Perhaps using Custom CSS?
Can anyone help me?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
It looks tricky to remove just the date, and the single post pages and the main page would have to have different solutions. Even then, removing it from the front page could also remove it from the single post pages.
It would just depend on how far you wanted to go with things.
-
Hi.
I would like to have the structure of the blog worksing as a site, so, basically, I don’t want dates anywere… What should I do?
Tks! :)
-
It would require the custom design upgrade to remove the dates with CSS.
You could make a normal website and not use posts, but only use pages. Pages do not show a date or author or anything like that.
Using pages only as a static website would mean you would not have some of the advanced features that you can get only with posts.
-
Hi,
But using the blog structure is it possible to remove the dates?
If so, how can I do it?
-
This I think gets rid of the date everywhere (and takes the author name with it – no way not to).
.entry-header .entry-meta, .recent-post .entry-meta { display: none; } -
Thanks. When I buy the CSS custom design, I’ll try that! Meanwhile, I’ll just let this post open!
Thanks for everything! Really!
Awesome support!
-
-
First, you can’t find it because it’s a command that targets two different selectors together. Second, why do you want to find it? To make changes when you have the Custom Design upgrade you don’t modify the original stylesheet, you just add the new commands in the CSS editor.
- The topic ‘FOREVER THEME – How to remove the dates from posts’ is closed to new replies.