Title: Multi-language so need multiple setups
Last modified: August 21, 2016

---

# Multi-language so need multiple setups

 *  Resolved [JasonClarke69](https://wordpress.org/support/users/jasonclarke69/)
 * (@jasonclarke69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multi-language-so-need-multiple-setups/)
 * Hi there
 * Have been looking all day for something like this and your plugin is just what
   I need, but as per the title, there is no option to save different layouts. Is
   this possible? If not can you create it?
 * Jason
 * [http://wordpress.org/plugins/wp-tiles/](http://wordpress.org/plugins/wp-tiles/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [JasonClarke69](https://wordpress.org/support/users/jasonclarke69/)
 * (@jasonclarke69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multi-language-so-need-multiple-setups/#post-4531491)
 * Actually, I can now see that i can write settings based on the information you
   have supplied, but to write all that for someone with no knowledge is very difficult.
   What about a scrip generator based on the settings which can then be dropped 
   into a page?
 *  Thread Starter [JasonClarke69](https://wordpress.org/support/users/jasonclarke69/)
 * (@jasonclarke69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multi-language-so-need-multiple-setups/#post-4531519)
 * Been trying to drop this code in but cant get it working…can you point out my
   mistake please 🙂
 * [wp-tiles template=”Alternative” posts_query=’exclude=196’&post_type=page’]
 * also, is it possible to change the font and position of font in the tile? (be
   good if we can get them close to windows 8 position and font to give it an integrated
   look)
 *  Plugin Author [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * (@mike_cowobo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multi-language-so-need-multiple-setups/#post-4531775)
 * Hi Jason,
 * You’re almost there 🙂 The problem is syntax: in the shortcode, everything that’s
   part of `posts_query` should be enclosed in quotes (either single, or double).
   In the shortcode you wrote in your post, only `exclude=196` is enclosed in the
   quotes, so post_type=page is ignored (or worse, causes errors!). This is the 
   correct code:
 * `[wp-tiles template="Alternative" posts_query='exclude=196&post_type=page']`
 * Cheers,
    Mike
 *  Thread Starter [JasonClarke69](https://wordpress.org/support/users/jasonclarke69/)
 * (@jasonclarke69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multi-language-so-need-multiple-setups/#post-4531820)
 * Hi Mike
 * Sorry mate not solved, this code is not excluding the pages I require.
 *  Thread Starter [JasonClarke69](https://wordpress.org/support/users/jasonclarke69/)
 * (@jasonclarke69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multi-language-so-need-multiple-setups/#post-4531821)
 * Hi Mike, update, it works if you swap include for exclude, which will work for
   what I want.
 * You have a great plugin here, what do you think about tidying up the font? And
   maybe a script generator?
 *  Thread Starter [JasonClarke69](https://wordpress.org/support/users/jasonclarke69/)
 * (@jasonclarke69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multi-language-so-need-multiple-setups/#post-4531822)
 * Also, how do i chose the position in which the pages are displayed? (what pagelink
   is displayed what tile)
 *  Thread Starter [JasonClarke69](https://wordpress.org/support/users/jasonclarke69/)
 * (@jasonclarke69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multi-language-so-need-multiple-setups/#post-4531823)
 * Good morning Mike
 * Also another question, is there a problem with displaying images with high resolution?
   I am now playing with my layout and images I can see that are high res are displaying
   low res?
 *  Plugin Author [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * (@mike_cowobo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multi-language-so-need-multiple-setups/#post-4531851)
 * Hi Jason,
 * I’m at a loss trying to figure out why your exclude isn’t working. Can you paste
   in the exact shortcode you’re using? And maybe a link to a demo site?
 * To change the display of the tile, create a wp-tiles.css in your (child)theme
   as described in the [FAQ](http://wordpress.org/plugins/wp-tiles/faq/).
 * FOr the hi-res images, see [this thread](http://wordpress.org/support/topic/images-are-blurry?replies=2).
 * Regarding a script generator: that’s surely in the planning, but will come when
   I find the time for a great 1.0 overhaul of the plugin.
 * Cheers,
    Mike
 * Ps. for other people browsing the forums for answers, please try to open separate
   questions as different topics

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Multi-language so need multiple setups’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-tiles_8f8e84.svg)
 * [WP Tiles](https://wordpress.org/plugins/wp-tiles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-tiles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-tiles/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-tiles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-tiles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-tiles/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/multi-language-so-need-multiple-setups/#post-4531851)
 * Status: resolved