Come and say ‘Hi’ or stop by and lend a hand for a few minutes on Monday’s or Tuesday’s in the park. We are working on the reroute off Sore Elbow. Youth Works will be here until August 3rd & 4th.
//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' );