Different Blog styles for different categories
-
Hello, is there a possibility to have different Blog styles for different categories?
I would like to use in category A the masonry grid and in category B an other one but I am not sure which.
Thank you!
Hello,
Yes, you can select different styles for particular categories. Edit them in admin panel and find “Blog Design for this category” select.
Regards
Thank you, but got another question.
For a sample category I am using the ‘Mask on Image’ blog design and for the rest the default one.
I would like to delete .post-meta-categories and .entry-meta-list but only for the mask on image design.
If I delete them in content.php it dissapeares everywhere. Is there a possibility just to edit the mask on image template? Or is there even a different template for that?
Try to add this code snippet to the Custom CSS in Theme Settings
.blog-design-mask .entry-meta,
.blog-design-mask .meta-post-categories {
display:none!important;
}
Regards
The topic ‘Different Blog styles for different categories’ is closed to new replies.