Using different header options for different blog posts


I saw in another post that you can completely hide the love button, author, search info, etc by adding this custom css (I only include what I was interested in)
.blog #Filters .filters_buttons { display: none; }
.post-footer .button-love { display: none; }

However, I would like to customize this on a per blog page basis as we are using an Envira gallery to share certain galleries on the site, and it posts as a single blog page. I have seen the Custom Field options at the bottom of the pages, but have been unsuccessful in finding what values to give these. My goal:
  • For the blog, allow filtering on category & tags (not author) on a global level in the css (so display: what?; for the first line
  • Enable on a per blog post entry the author and date of the post to show using the Custom Fields settings at the bottom of the page.

Thanks for your help.

Comments

Sign In or Register to comment.