How do I hide category excerpts at the bottom of every post? I would like the comment box to appear immediately at the end of the post. Right now however it's far below a long list of excerpts from other posts in the same category.
How do I hide category excerpts at the bottom of every post? I would like the comment box to appear immediately at the end of the post. Right now however it's far below a long list of excerpts from other posts in the same category.
Please provide a link to your site.
Add...
.entry-meta .post-meta-data {
display: none;
}
to your style.css file.
You must log in to post.