Sonoma – 149 Fourth St
In late 2016, a homebuilder began the arduous journey to construct three homes on vacant lots in Sonoma. Each HAA-compliant project was submitted separately, though the City of Sonoma processed […]
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();
?>