Hi there. We have a few problems with how the posts are showing on our news page. I hope you can help!
1) We don’t want to show the author.
2) We might not want to show the date – deciding
3) I turned off comments for one of the posts and intend to turn them off for ALL of the posts. But I see it says “comments are closed”. We don’t want it to say that. Don’t say anything. We just don’t take comments. How can we hide that line?
You can hide those items. I’m going to give you some snippets that you can use in the Custom CSS box in the Advanced section of the theme options page. Feel free to use any you like and skip any you decide you don’t need:
Hide Post Details Line
p.post-meta {
display: none;
}
Hide Author only
span.author {
display: none;
}
Hide Comments Section
#comments {
display: none;
}
See how those work for you. Let me know if you run into any trouble.
Bill
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘How to hide post data’ is closed to new replies.
The forum is read-only. Theme docs are still here. Please visit our main website for support or to buy new WordPress Themes.Visit