Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #372797

    On single.php / post article pages, is it possible to display the post author for certain categories only? For example, I would like to show the author meta for categories Red, Orange, Blue, and not show the author for categories Green and Yellow.

    #372816

    Hey kristenangel!

    Add this to your custom CSS.

    .category-green .blog-author, .category-red .blog-author { display: none !important; }
    

    And change “green” and “red”, etc etc, to whatever categories you want to hide it on.

    Best regards,
    Elliott

    #372847

    Thanks, Elliott. It doesn’t seem to be working, though. Can you check?

    #372849
    This reply has been marked as private.
    #372858

    Hey!

    You need to use this.

    .category-lawlor-focus .blog-author { display: none !important; }
    

    Best regards,
    Elliott

    #372919

    Ohh… I thought ‘category’ was an example. Got it now! Thank You!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Display author meta on certain categories’ is closed to new replies.