Title: Dynamic filter by meta_value
Last modified: August 21, 2016

---

# Dynamic filter by meta_value

 *  Resolved [tmrc](https://wordpress.org/support/users/tmrc/)
 * (@tmrc)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/dynamic-filter-by-meta_value/)
 * Can you suggest me the best method to implement dynamic filtering of tiles based
   on meta_key and meta_value information?
 * Thank you!
 * [http://wordpress.org/plugins/wp-tiles/](http://wordpress.org/plugins/wp-tiles/)

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

 *  Plugin Author [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * (@mike_cowobo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/dynamic-filter-by-meta_value/#post-4374822)
 * Hi there!
 * You can get as custom as you want with WP Tiles by setting up a custom query 
   and using the `the_loop_wp_tiles()` template tag. You can make any query you 
   want, as long as it yields a main loop. See the [FAQ](http://wordpress.org/plugins/wp-tiles/faq/)
   for more info on how this template tag works.
 * Cheers,
    Mike
 *  Thread Starter [tmrc](https://wordpress.org/support/users/tmrc/)
 * (@tmrc)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/dynamic-filter-by-meta_value/#post-4374847)
 * Hi!
 * I am still not sure how to implement in to be dynamic via javascript? I am trying
   to do that without page refresh.
 * BTW, how can I search meta_value text with just some parts of it? Like if I want
   to search with asterisk (eg “*keyword*”), or regex.
 *  Plugin Author [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * (@mike_cowobo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/dynamic-filter-by-meta_value/#post-4374850)
 * Hi,
 * Unfortunately, WP Tiles doesn’t currently support front-end filtering. This is
   on the road map, but admittedly quite far away. Check out the JS it is based 
   on ([Tiles.js](https://github.com/thinkpixellab/tilesjs)) to build a custom filtering
   solution.
 * You can query meta value using the LIKE operator and use the fitting MySQL syntax(
   eg. ‘%keyword%’). See the [Codex](http://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters).
 * Cheers,
    Mike

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

 The topic ‘Dynamic filter by meta_value’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/dynamic-filter-by-meta_value/#post-4374850)
 * Status: resolved