


Salt contributor Jane Beathard won a second place in magazine writing at the Outdoor Writers of Ohio’s annual conference in May.
Her prize-winning story — “Pilgrims with binoculars: Lake Erie shores offer birding adventures” — appeared in the March/April 2018 issue of Salt in the Southwest region. It featured bird watchers traveling to Canada in pursuit of migrating warblers and other species.
$source = get_post_meta($post->ID, 'source', true); $sourcelink = get_post_meta($post->ID, 'sourcelink', true); $sourcestring = '' . __('SOURCE','gabfire') . ''; if ($sourcelink != '') { echo "
$sourcestring: $source
"; } elseif ($source != '') { echo "$sourcestring: $source
"; } // Display pagination $args = array( 'before' => '' . __('Pages:','gabfire'), 'after' => '
', 'link_before' => '', 'link_after' => '', 'next_or_number' => 'number', 'nextpagelink' => __('Next page', 'gabfire'), 'previouspagelink' => __('Previous page', 'gabfire'), 'pagelink' => '%', 'echo' => 1 ); wp_link_pages($args); // Display edit post link to site admin edit_post_link(__('Edit','gabfire'),'','
'); // Post Widget gab_dynamic_sidebar('PostWidget'); ?>