We have some new signs posts in the park! Thanks Karl Fjeld for new signs and Keith for digging holes and putting them up!
//Adding shortcode to allow br tags in headlines and titles - insert [br] wherever you need one
function line_break_shortcode() {
return '
';
}
add_shortcode( 'br', 'line_break_shortcode' );