Deprecated: Function _default_values is deprecated since version 4.0.0! Use options_class->default_values() instead. in D:\websites\cityofferndale.org\wp-includes\functions.php on line 5379
Deprecated: Function get_options is deprecated since version 4.0.0! Use options_class->get() instead. in D:\websites\cityofferndale.org\wp-includes\functions.php on line 5379
Deprecated: Function _default_values is deprecated since version 4.0.0! Use options_class->default_values() instead. in D:\websites\cityofferndale.org\wp-includes\functions.php on line 5379 Lost and Found Items | City of Ferndale Deprecated: Function create_function() is deprecated in D:\websites\cityofferndale.org\wp-content\themes\townpress\functions.php on line 212
Deprecated: Function create_function() is deprecated in D:\websites\cityofferndale.org\wp-content\themes\townpress\functions.php on line 261
Deprecated: Function create_function() is deprecated in D:\websites\cityofferndale.org\wp-content\themes\townpress\functions.php on line 263
Have you lost or misplaced an item recently? If one of these items fits the general description of your lost property, contact Michelle with the Ferndale Police Department at 360-483-5745 to describe and claim your lost property.
Sunglasses, bike rack, bicycles, knife
function exclude_from_search($query) {
if ($query->is_search) {
$query->set('post_type', 'post');
}
return $query;
}
add_filter('pre_get_posts','exclude_from_search');