The HTML is stripped by wp_filter_kses()
. So this should work:
remove_filter( 'pre_term_description', 'wp_filter_kses' );
When you want to print that content, use wpautop()
:
echo wpautop( term_description() );
Related Posts:
- How to prevent tag “iframe” from being deleted from the heading description of rubric?
- Show Subcategory Description
- How to display a description of a given category from a custom taxonomy
- Remove ‘rel’ attributes from the_category() output
- Add multiple=”multiple” attribute to categories dropdown
- Add title, post content, and category like add_post_meta and update_post_meta
- “Item not updated” when try to change category properties
- Two columns in homepage each with one category
- WordPress Show Parent Category Description for Sub-categories
- How to hide description on categories and tags?
- add woocommerce archive description if exist
- How Can I Display the Category Description in a Theme with no Category.php or Archive.php?
- Loops in category description
- How Do I Add HTML Support to the Additional Category Description Field?
- how to get only grandchild category from a child category
- Sidebar by Category Conditional Statement not functioning
- How to modify custom category field from front end?
- How can I restrict the categories users can post in, based on user roles?
- Style post archive blog preview based on category
- Excluding particular category from displaying in specified areas
- How to define a post category undeletable by other users?
- No hierarchy in wp_list_categories with child of and depth
- How to get the_category(‘, ‘) with link “title” attribute
- How to set featured image as background for a specific category?
- Query post if has two of the categories
- Woocommerce Category Sort Dropdown
- Display Category description
- Display all posts from specific category
- How do I rewrite a single category link to point to a custom page?
- Woocommerce: all products of all categories instead products of one category
- Creating a linkable category list with post count
- Ajax load more not working with multipler categories
- Image Upload Custom Form Field for Category and Custom Taxonomy
- Redirect Category pages to blog page with query string
- Removing catagory for new blog pages
- How can I exclude a particular category from my WordPress Page 1 and Page 2?
- How to delete WooCommerce categories in bulk that only have one product
- Product Category page showing all products
- How can I list all slugs categories?
- How to load terms of a custom taxonomy of a product in woocommerce cart page
- Meta Box: display single image on an archive-template
- WordPress display only child category in template
- Menu with category 2 category combined
- Displaying only selected categories
- Limit post top level categories to one
- Some subcategories not working on custom portfolio sort
- How can I make a category function as a page?
- How to add custom option to wp_dropdown_categories?
- Subcategory Page 404ing
- How to hide/remove featured images in particular categories post?
- Using heirarchial tags or Custom taxonomies
- Editing categories crashes WordPress site
- How to assign Categories and tags inside the TinyMCE Editor for each Image?
- outputting taxonomy hierarchy
- Make category archives page in menu non-clickable
- Exclude specific Categories from displaying on post but not in lists
- Remove “category” from permalink with add_rewrite_rule
- Next and previous links category infinite loop
- How to change the “This category has no blog posts yet!” text
- On main page, in each post, display image depending on post category
- Change the full slug for a specific category?
- Loop by category and meta_key
- WordPress categories hierachy issue
- How to check a category checkbox using JavaScript
- Displaying portions of multiple pages from a given category, in a single summary page
- product_cat image url from database
- How to get WooCommerce Product Categories and its children’s children?
- Change wp_link_pages to link to another page
- Is there a way to ‘archive’ inactive categories?
- Getting child category id (help with improving my code)
- Assign post category to a page by selecting category from page dashboard
- Should I select only the last child product category?
- Show Subcategory Name Instead of Parent Category
- Get category id of next / prev post inside the_post_navigation
- Get category from slug list
- List posts from a category and embed them into a page
- Category custom template is not showing correct posts
- I just want to list ONLY the child categories, but not grandchildren
- Remove base category gives 404 error
- Woocommerce change tag_id to name
- Print categories and most viewed articles
- Woocommerce product catalog, products with different description
- Im trying to add a div for just one category
- Search Replace Database ONLY for posts of certain category?
- Custom permalink /%category%/%postname%/ produces 404 on each post
- Alpha list no longer works it multiple names
- Link For Portfolio Categories
- Display Some text in some specific category not all category
- Get posts base on category ratio of more then two categories
- displaying one category on one page
- Ajax Category add doesn’t update the list table custom column
- In ACF, how to show custom category selection tab upon selecting a main category
- Icon images across multiple categories
- WooCommerce – Get products from category right before deleting category
- omit categories from main navigation menu
- Change Category Base For Custom Post Type or Posts Page
- Category name as page title
- Is there a way to order categories?
- Confused about category.php template – not working
- How to test if the post is in a primary category