On the right is a very well used Hazel hoe. On the left is a brand new hazel hoe that has not seen any use, yet. These are our favorite tools for trail work. The cost of one hazel hoe is $85.00.
//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' );