We had a good work day Saturday May 13th. Moved some rocks and dirt onto the corner for Underdog. The corner is much bigger than in it’s previous life! Thanks to the volunteers who came today.
//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' );