Jump to content
Sign in to follow this  
jwood252

Show meta data for one category

Recommended Posts

jwood252

Hi, is there a way to show meta data for only one category? (name, date posted, comments) For example, I have a news category I would like to show the meta data but the rest of my categories I would like the meta data hidden. I'm currently using the CSS code .metabar {display:none;} to hide all the data but wanted to see if there was a modification to the code to show the info for my news category. Any help would be appreciated!

Share this post


Link to post
Share on other sites
bryan-hadaway

Sure, let's say the category name is Kittens, would use: `.category-kittens .metabar{display:inline}` Just after: `.metabar {display:none;}` Thanks, Bryan

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×