Fair Housing Assessments
On May 18, 2018, the Federal Department of Housing and Urban Development issued the following press release, announcing their withdrawl of a tool used for local governments to assess their […]
How to lose an FHA case
Sue a city that already permits a disproportionately large share of the region’s low-income housing; As your primary evidence of both disparate treatment and disparate impact, cite an ordinance requiring […]
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();
?>