• I’d like to be able to

    [thumbnailgrid cat='31+33' posts='10' type='post' order_by='author' order='ASC']

    Basically I want to pull items that are in Both categories, not just one or the other, but that are categorized as both. I’m using this for some scheduling stuff where I want Sponsored Seminars (31) and Monday (33). Not just sponsored seminars and Monday items showing up in there, but ones that have both categories.

    Possible?

    Ryan

    https://www.ads-software.com/plugins/thumbnail-grid/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author A. Jones

    (@nomadcoder)

    Hi Ryan, it should be possible.

    Try category__in.

    [thumbnailgrid post_type=”post” category__in=”31, 33″]

    Please let me know if works for you.

    Plugin Author A. Jones

    (@nomadcoder)

    Sorry, double post!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple Category stuff’ is closed to new replies.