I FINALLY figured it out. Phew. Answer is as follows:
add_action( 'woocommerce_after_subcategory', 'my_add_cat_description', 12);
function my_add_cat_description ($category) {
$cat_id=$category->term_id;
$prod_term=get_term($cat_id,'product_cat');
$term_meta = get_option( "taxonomy_$cat_id" );
echo '<div class="cat_desc">'.$term_meta['custom_term_meta'].'</div>';
}
I hope this saves someone some time.
Related Posts:
- How can I select a primary category?
- Return category slug / title from category ID
- How to view WordPress’ default category IDs?
- Filtering *out* a taxonomy from the admin post list
- How to “group” (categorize) the Pages together?
- Redirect to another page using contact form 7? [closed]
- Notice: Trying to get property of non-object in : custom fields category
- How can i add service category here? [duplicate]
- Filter custom taxonomy posts via AJAX
- How to Manage and link certain custom taxonomy?
- How to add a post with new Taxonomy without assigning to default category?
- Converting Categories (with ACF fields) to custom taxonomies
- Woocommerce custom taxonomy order
- Display Posts Loop for each parent and for each Child
- category image taxonomy
- Listing Texts of Which Custom Field is Null
- Is There a Difference Between Taxonomies and Categories?
- How can I edit the ‘Most Used’ tab in the categories meta-box to show another custom taxonomy?
- How to rewrite the post URL according to the category?
- Custom taxonomy/category order
- Why don’t posts show up in my categories on the frontend?
- Flat category URLs but retaining hierarchy?
- How to build a simple nav system of custom post type categories and its posts?
- Drop posts from categories in MySql
- Customize category page for different custom taxonomies
- How can I improve this taxonomy treating approach?
- How do I apply style to each category of a list?
- Get posts under a category with SQL
- How many categories can WordPress handle before performance suffers?
- Custom taxonomy template for categories
- How to query categories with Advanced Custom Fields?
- Display thumbnails for certain category posts
- Keyword search in multiple categories
- Targeting Parent Category Pages
- Is it possible to remove from default category widget?
- Wacky taxonomy in wordpress
- get_terms function not returning anything
- How to customize my category pages
- Display custom taxonomy attached to the post on post single page
- How to add custom color fields to the category edit page?
- How to display parents category and child category separately for a specific post?
- Include WooCommerce product to all child categories
- Question on using custom structures for categories
- Admin: Navigation Menus do not show empty categories/taxonomies in the list’s search tab
- How to make the ‘delete’ button inactive on some categories?
- Two columns in homepage each with one category
- Targeting categories in custom fields
- echo get_post_meta of all post in a category to fill up a select field
- Display sibling categories on category page
- How to modify the output of wp_terms_checklist when used within the built-in category metabox on edit posts?
- WP REST API not retrieving all categories
- How to display a value inside a post with a specified category from a category custom field? [closed]
- Some categories missing on wp-admin/edit-tags.php?taxonomy=category
- if in category but only with post meta
- Echo text using is_tag
- List just subcategory and products of active category page in Woocommerce
- How do I list custom taxonomy terms with the links?
- Multiple selection for wordpress widget
- Different CSS class by category
- Grandchild Term Things Grandfather Term is It’s Parent
- how to nest specific category thumbnails inside different containers
- Eliminate word from $term->name
- What Must to Display the “mysite.com/category” URL?
- Wrong category nice name is displayed on archive page
- “Virtual category page” based on a custom field filter
- WP 4.7 in_category change?
- How can i change what one category displays?
- Remove any product that is featured from regular display loop [WooCommerce]
- Two Sections on Woocommerce Catergory Page [closed]
- Get posts of a custom post type from category from taxonomy?
- How to let the user create a selection of categories via the backend
- Illegal string offset ‘taxonomy’ in
- Style a category from category list
- Theme for subcategories
- ACF no print data [closed]
- Same menu for different taxonomies to reach different content
- Change categories count to include media attachments
- How to schedule categories?
- How to get selected taxonomy or category ID if using custom walker?
- Add code to header based on category for specific posts?
- Custom css per category and per single post belong in each category
- Let user select their own category
- Copy post taxonomy?
- How to hide widget from certain category
- custom query for both category and pages using global $wpdb;
- I would like to feature a tip on the homepage
- How could I write a get_categories_by_year() function?
- How to add icon over specific thumb
- Get posts in a subcategory of a chosen parent
- Displaying a custom field in Category Archives
- Problem with Custom Post Type Categories
- List post only under the category, exclude child category content
- Assign a custom post to a custom taxonomy based on custom field value
- SQL query to get posts from multiple categories but not in a category
- Setting selected term_id with wp_dropdown_categories?
- creating categories programmatically
- Natural sort / ordering wp_dropdown_categories
- wp_delete_term or wp_delete_category?
- Select posts that match multiple category names, must match all categories listed
- Custom Portfolio Page