I’m using the Canvas theme, and their framework.
I built a child theme and have my custom CSS segregated in a custom.css
file in that directory. I’ve made some changes to one specific page layout file (loop-magazine.php
) to pull posts from a specific category (id=7
) from my database.
I’ve asked Woothemes the following CSS question with no luck with their paid support. Let’s see if any smarties here can make this happen!
I want to hide the post metadata (author
, date
, comments
, etc) on a specific category (id=7
), such that the metadata never displays when those posts are viewed, either in excerpt mode or full-mode.
If hiding this data on a category basis isn’t possible, I’d settle for hiding the meta data anytime this page template (magazine) is used.
My preference is to hide it per the category so that I never worry about that meta data displaying, but I can live with the page approach.
Though I don’t know if that will help much.
Anybody out there used CSS to hide metadata by category?