• Hi, how can I have featured images without excerpts on monthly archives, search results and categories view instead of titles and full posts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well I suppose you can use css to hide all the content but the image. This css would get you close:

    .archive .postlist article .postcontent,  .search-results .postlist article .postcontent {
    display:none;
    }

    To be frank, I don’t recommend this. And it’s not a real option i would promote.

    Kadence Themes

    Thread Starter Pocko-X

    (@pocko-x)

    OK, Tnx, I’ll try

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Featured images on categories view’ is closed to new replies.