View Classes by Location


Palo Alto

Palo Alto

Location: Zohar School of Dance • Cubberley Community Center • 4000 Middlefield Road, Building L, Room 4, Palo Alto

$post_type,
“$tax” => $tax_term->slug,
‘post_status’ => ‘publish’,
‘posts_per_page’ => -1,

‘location’=> ‘palo-alto’,
);

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

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

name; // ) ?>

name; // Group name (taxonomy) ?>

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

↑ Back to Top