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 for more info on how this template tag works.
Cheers,
Mike
Thread Starter
tmrc
(@tmrc)
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.
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) 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.
Cheers,
Mike