Site logo

Archived topic

Only Display 1 Category on Blog Page

3 replies · Started by Paul on February 17, 2023

Viewing posts 1–4 of 4

Hi there! So some of my posts have multiple categories - is there a way I can only list 1 category on the Blog page, so they line up better?

Here is the page in question: https://givepraiserecords.com/

Thank you so much!

Paul

Hi Paul,

Try this CSS:

.blog .dynamic-content-template .post-term-item + .post-term-item {
    display: none;
}

This works great! Thank you so so much!

No problem :)

This archived topic is closed to new replies.