Home › Forums › Pro Version › after using custom query shortcode in page keeps loading… › Reply To: after using custom query shortcode in page keeps loading…
September 15, 2016 at 4:29 pm
#14192
Keymaster
Hi,
The custom query you have written is not in right order. For category you can’t use meta_key. That are for custom fields.
You can use this in custom meta query category__in=123 . Where 123 is the id of your category.
Thanks