- This topic has 8 replies, 3 voices, and was last updated 5 years, 9 months ago by .
remove data in blog overview
You must be logged in to reply to this topic.
Hi,
Is it possible to remove the data in the blog overview on the homepage. The data in the blogpost itself should remain though.
Thanks in advance.
What do you mean exactly when you state “data”.
Do you want to disable the blog section entirely on the home page? If so, you can do that in General Settings > Homepage Layout.
Or are you referring to the excerpt of the post being shown?
Yeah sorry about that. I ment to say dates :). So I would like for the dates on the exerpts to not be shown on the home page.
In that case use this CSS code,
.home-blog-entry-date .pagemeta {
display: none;
}
Is it possible to Remove Meta, Author and Date from all blog posts?
Thank You.
@lpo
Yes it is, go to
Integral Options > General Settings > Blog/Post Settings
Excellent, Thank You very much Hans.
I appreciate the opportunity to use this beautiful theme.
You must be logged in to reply to this topic.