Photo Gallery

Flamenco Academy Videos

$tax_term->slug,
‘post_status’ => ‘publish’,
‘posts_per_page’ => -1,
‘get_post_custom’ => ”,
‘get_post_custom_values’ => ”,
);

$my_query = null;
$my_query = new WP_Query($args);

if( $my_query->have_posts() ) : ?>

name; // Group name (taxonomy) ?>

have_posts() ) : $my_query->the_post(); global $post; ?>
ID, ‘gallery-type’, array(“fields” => “ids”)); // Get post categories IDs?>