-
Author
-
August 11, 2016 at 18:14 #132075BrandyParticipant
site: http://solutions.borderstates.com/category/energy-conservation/
I successfully hid the categories and comment count info in the meta data for each post listed in a category, by adding these rules to my CSS
—————————-
.post-header small.meta-category {
display:none;
}
.post-header small.meta-comment-count {
display:none;
}
———————–
The reason I called them out specifically instead of all the meta is that I do want to keep the author and date meta.
but, because the separating commas live outside of the classes, I am left with 2 random commas still showing.
I’m guessing my new child theme CSS rules were nothing more than amateur hacks and you have a better way to create the end result I want, which is – On archive pages, each post listed should NOT show categories or #of comments, but should show author and date, in the small grey meta data. Without any random commas left over.
Please help, thanks so much
August 11, 2016 at 18:20 #132077RaduModeratorHi,
Please go to wp-admin -> theme options -> blog -> display meta fields, delete the fields that you don’t need and leave only what you need to use
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionAugust 12, 2016 at 16:52 #132193RaduModeratorGreat,
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.