Pagination throwing tax_query error while only user date_query?
-
Hi! When I code this:
<code> [mla_gallery post_mime_type='image' date_query="array(array('column' => 'post_date', 'year' => 2012))" post_parent=all orderby=ID order=desc posts_per_page=3 mla_debug=false mla_caption="{+post_id+}/{+post_date+}" ] </code> <code> [mla_gallery post_mime_type='image' date_query="array(array('column' => 'post_date', 'year' => 2012)) post_parent=all orderby=ID order=desc posts_per_page=3 mla_debug=false mla_caption="{+post_id+}/{+post_date+}" mla_output="paginate_links,prev_next"] </code>The pagination part throws an error:
ERROR: Invalid mla_gallery tax_query = 'date_query="array(array(\'column\''Why does this happen?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Pagination throwing tax_query error while only user date_query?’ is closed to new replies.