Sausalito – 448 Sausalito Blvd
How it ended The main purpose of the HAA is to prevent cities from denying housing where it is allowed under the city’s own rules. It may seem obvious that […]
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();
?>