Viewing 1 replies (of 1 total)
  • The best way would be to use catlist twice.
    Once listing the first post with thumbnail.
    Then add another catlist shortcode with an offset of one for post 2-9 without thumbnails.

    You could cheat and hide images 2-9 with CSS3 with something like this
    img:nth-child(n+2) {display:none;}

Viewing 1 replies (of 1 total)
  • The topic ‘Show only 1 thumbnail’ is closed to new replies.