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 Touch a Truck with Ferndale Public Works | 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
Come celebrate National Public Works Week by exploring some of the equipment used by our Public Works crew. Join us for Touch-a-Truck Thursday, May 19th, 1pm-5pm at Pioneer Park (2004 Cherry St). Climb around in a dump truck, backhoe or street sweeper and learn more about the exciting world of public works. For more information, contact Communications Officer Riley Sweeney at (360) 685-2353 or email at rileysweeney@cityofferndale.org
function exclude_from_search($query) {
if ($query->is_search) {
$query->set('post_type', 'post');
}
return $query;
}
add_filter('pre_get_posts','exclude_from_search');