The Lenawee Community Foundation helps those who are in need by providing Grants to assist them. Amongst everything that we do within our community Grants help provide that help.
if ( ! function_exists('lcfj_render_jobs_list') ) { function lcfj_render_jobs_list($q){ ob_start(); if ($q->have_posts()){ echo '
No positions found.
'; } return ob_get_clean(); } }