Remove date from posts
-
i am in the process of converting all of my pages into blog posts because that seems to be the only way to get them in to the featured slider. My questions are as follows:
Is there a way to feature a page instead of a blog post, or at least redirect the read more button to a page rather than the post?
or
Is there a way to hide the “by woodcreeek designs on date” below the title of the post to at least make it look more like a page rather than a blog post?
The blog I need help with is: (visible only to logged in users)
-
Hello!
There’s no way to change the way the featured slider works, unfortunately. So you will have to use posts rather than pages.
But if you have the Custom CSS upgrade, you can add this bit of code to your CSS editor to hide the meta-data on each post:
.single-post-meta { display: none; }
I hope that helps!
-
-
- The topic ‘Remove date from posts’ is closed to new replies.