• Resolved bdalte

    (@bdalte)


    Hello,

    I’ld like to thanks a million in advance, cause i’ve been like forever searching for something similar.

    Meanwhile i’ve this doubt, is it possible to show in the same page two sets of tiles? something like [wp-tiles1] and [wp-tiles2] cause i’ld like to have in the same page both custom post types “events” and “attractions”, and third one if possible.

    Thanks

    https://www.ads-software.com/plugins/wp-tiles/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Hi bdalte! Thanks for your comment. You can have multiple sets of tiles on one page, just re-use the wp-tiles shortcode. Just make sure you use different attributes for every instance.

    So, to show different sets of tiles with different post types, you’d do something like this:

    [wp-tiles posts_query='post_type=events']
    
    [wp-tiles posts_query='post_type=attractions']
    
    [wp-tiles posts_query='post_type=posts']

    Cheers,
    Mike

    Thread Starter bdalte

    (@bdalte)

    Thanks.

    This is very usefull!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two sets of tiles’ is closed to new replies.