San Mateo – 4 W. Santa Inez
In 2017, a modest housing project was proposed for 4 West Santa Inez Avenue in the city of San Mateo that would add 10 units to the Bay Area’s already scarce housing supply. On February 5, 2018, San Mateo City Council voted to deny the development, despite the fact that had been found compliant with […]
Categories
New Documents
if (is_tax()) {
$docs = new WP_Query(array('post_type' => 'document', 'tax_query' => array(array('taxonomy' => 'library_tag', 'terms' => array(get_queried_object_id())))));
} else {
$docs = new WP_Query(array('post_type' => 'document'));
}
while ($docs->have_posts()) {
$docs->the_post();
get_template_part('partials/document_card');
}
wp_reset_postdata();
?>