dairiki
Forum Replies Created
-
That appears to have done the trick!
All seems to be working now. The hairy mla_gallery tag is rendering correctly and the where-used data appears to be correct.
Thank you so much for the help! (And the plugin!)
Progress! It fixed one case. However, it broke the rendering of one complicated mla_gallery shortcode which specifies a raw tax_query parameter.
[mla_gallery]
post_mime_type=all
tax_query="array(
relation => 'AND',
array(
'taxonomy' => 'attachment_category',
'field' => 'slug',
'terms' => array('glen-chronicles')
),
array(
'taxonomy' => 'attachment_tag',
'field' => 'slug',
'terms' => array('cruft'),
'operator' => 'NOT IN'
)
)"
orderby=menu_order order=DESC
mla_markup=ul-plain
[/mla_gallery]
which, under the dev code, fails to render with
ERROR: Invalid mla_gallery tax_query = 'false'.Awesome! Thank you for looking into this. (I’m glad I’m not crazy!)