Found this creature near the junction marker “A” by Muddy Pond where my bike leaned against the Carriage Trail post. Smart Phone photo. Had to move quick for the shot.
//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' );