How to draw media details for Isotope gallery using Photoswipe
I had a scenario very similar to yours. I trust these notes can help. 1 – When querying a custom taxonomy, wp_query requires a more information. The codex reference is here. The information is in this form. ‘tax_query’ => array( array( ‘taxonomy’ => ‘people’, ‘field’ => ‘slug’, ‘terms’ => ‘bob’, ), ), In your case, … Read more