Month: June 2016

Resorting Taxonomy Listing by Meta_Value

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) […]

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 […]