Hi Guys,
if I check/uncheck checkboxes under “theme options -> blog layout -> blog meta elements” it works fine both in the blog page and in the single post page. The problem is that is seems that these options don’t work if I filter posts by category: if I uncheck the “blog post author” checkbox I see the author name in the category list. Is it a bug or I’m misunderstanding something?
Thx
Hi deved!
Not sure if it was intentional but if you want to hide it everywhere then add this to your custom CSS.
.blog-author { display: none !important; }
Best regards,
Elliott