jwood252 0 Report post Posted February 8, 2011 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 3 Report post Posted February 8, 2011 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
jwood252 0 Report post Posted February 8, 2011 Worked great, thanks! Share this post Link to post Share on other sites