Lafayette – 3233 Deer Hill Road
In 2011, 315 apartments were proposed at 3233 Deer Hill Road. Given the public’s dissatisfaction with the application… Given that the Circulation Commission and Design Review Commission have both indicated that they […]
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();
?>