Carousel (and other components) only support a single PostType at a time?
-
I’ve added the carousel to my page, and I see that I can specify a post type, but it seems I can only specify ONE post type in the post type parameter:
[wtpsw_carousel post_type="post"] /* works */ [wtpsw_carousel post_type="guide"] /* works */
I’ve tried adding multiple post types, separated by a comma, but that doesn’t work.
[wtpsw_carousel post_type="post,guide"] /* does not display anything in carousel */
Is this supported/supposed to work?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Carousel (and other components) only support a single PostType at a time?’ is closed to new replies.