• Hey Mike! First of all I’d like to thank you for a GREAT feature!
    I used it on konspekt.ee domain and it came out nice!

    Now I’m working on another site,
    I managed to add tiles to main page,
    but now i want one of the tiles to redirect to another page, which would include 5 tiles BUT not the tiles from MAIN PAGE.

    I use a plugin to redirect so it’s all cool about that.

    It would all be easy if I’d know how to EXCLUDE some of the tiles (the tiles appear in a bunch, and most tiles are unnecessary).

    I tried using [wp-tiles posts_query=’exclude leitud’] command but it didn’t exclude anything (leitud is one of the tile titles)

    http://grabilla.com/03115-b870a15b-1823-4ebc-bb2f-72a11094adbb.png

    Any suggestions?
    If this is too complicated to understand then I could draw a scheme.

    http://wordpress.org/extend/plugins/wp-tiles/

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

    (@mike_cowobo)

    Hi captjones, thanks for the compliment.

    I think I catch your drift. To exclude posts, you have to add post IDs instead of names, seperated by comma’s. To find the ID of your post, hover over the edit link of the post, like this:

    http://i50.tinypic.com/2u5uoa8.png

    Then, put that id in the shortcode as you did with the title:

    [wp-tiles posts_query='exclude=196']

    Same procedure for includes, etc.

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘How to exclude?’ is closed to new replies.