To sort a taxonomy in the front end by a meta_value put this in your theme: $terms = apply_filters( ‘get-terms’, array(‘taxonomy’=> ‘TAXONOMY_TO_REORDER’, ‘meta_key’ => ‘YOUR META_VALUE KEY’,’orderby’ => ‘meta_value’, ‘order’ => ‘DESC’)); To sort a taxonomy in the admin view by a meta_value put this in your functions.php: add_action(‘get_terms_args’, ‘custom_get_terms_args’, 1, 2); function custom_get_terms_args($args, $taxonomies) […]
Month: June 2016
All There Is
Back in 2008, I received a half pound of George Howell’s Terroir Coffee: El Salvador: Finca La Montaña. This particular coffee won the Cup of Excellence the prior year and then – the plantation was completely wiped out by near hurricane strength winds. Gone. The half pound in my possession, in the middle of winter […]
Make Mountains into Milestones
I recently returned from four refreshingly long days in Lutsen along the beaches of Lake Superior’s north shore. The weather was warm and calm enough to spend one of the mornings in a kayak. After scooting along the shoreline, our tour guide led us out in to the lake, far enough out that the shore […]