H1 tags around the descriptions?
echo '<h1>' . term_description() . '</h1>';
UPDATE: Add link to plugin to allow HTML in term descriptions.
WordPress Plugins – Allow HTML in Category Descriptions
This will work with custom taxonomies to.
http://wordpress.org/extend/plugins/allow-html-in-category-descriptions/
Copy of the appropriate code
For those of you that want to simply see how it’s done.
$filters = array('pre_term_description', 'pre_link_description', 'pre_link_notes', 'pre_user_description');
foreach ( $filters as $filter ) {
remove_filter($filter, 'wp_filter_kses');
}
foreach ( array( 'term_description' ) as $filter ) {
remove_filter( $filter, 'wp_kses_data' );
}
Related Posts:
- get_the_term_list without links in 3.1
- Custom columns on edit-tags.php main page
- Creating a non-removable taxonomy term
- Is it possible to use one slug for Multiple Taxonomies?
- Display one post from each term in a custom taxonomy [closed]
- Is it possible to add taxonomies to user profiles?
- Get terms from multiple taxonomies
- Determine if Term has Grandparent/Great-Grandparent
- How to fix a double slash in custom permalinks with hierarchical taxonomy’s?
- Getting archive pages in WP’s AJAX internal link finder?
- Creating a custom Admin panel
- Dynamically tax_query
- tax_query not working on main query
- Approach for saving a product attribute values with a custom UI in a woocommerce+dokan set up [closed]
- Combine multiple custom user taxonomy in single url
- Contact Form 7 – Populating dropdown list with terms relative to the post
- Add custom taxonomy to default category taxonomy?
- Ordering Posts with Custom Taxonomy Terms Array
- Taxonomy based permalinks
- How to create a theme template for the taxonomy “root”
- Taxonomy , subtaxonomy,child taxonomy of a product woocommerce
- wp_insert_post via shell category not being inserted
- wp_query to display custom taxonomy terms
- get_terms in a taxonomy template
- Creating an Archive using a Custom Taxonomy
- Custom Taxonomy template is not recognised
- WP REST API – Limit the taxonomy search to the first letter
- Change sub-menu position of custom taxonomy
- How to filter terms from a custom taxonomy by a usermeta value on all screens and templates
- How to adjust code to refresh a dropdown box with tags that are active on filtered category listing
- How do I display a list of posts under all hierarchical children of the current taxonomy?
- AJAX response, edit tags
- List child terms if parent but show nothing on children
- If post has ANY term attached to it, get the first one only
- Locale switching with a “language” taxonomy
- query_posts and custom taxonomy posts order
- Modify “View” in admin panel for custom taxonomy
- User: Editor, can’t see edit taxonomy screen
- How to get my post title to work with an apostrophe (‘s)?
- How do I exclude posts from custom taxonomy from a custom post type archive?
- Hide product categories and taxonomy terms in menu if empty
- Using custom taxonomy to tag posts for inclusion in slider
- Custom taxonomy forms for user profile
- Is it possible to store Json data in post_meta and manipulate
- Search Tool only refreshes Page without showing results
- Add Taxonomy Subcategory To Permalink
- Updating / Saving items generated by wp_terms_checklist on frontend
- How can I highlight a top level dashboard menu item created for a custom taxonomy?
- Customizing Primary Menu to include custom taxonomy description
- Rewrites with hierarchical taxonomies in permalink
- Custom Taxonomy with tax_query
- Update table wp_term_taxonomy.count after INSERT INTO via SQL
- Exclude taxonomy term from all loops, but having it on widget
- How to get custom category’s link?
- Edit custom taxonomy description programatically
- why are the term_id and term_taxonomy_id doesn’t match on custom taxonomies, but are duplicates on categories
- saving meta/custom field to tag
- Get taxonomy name for the current post
- How to get posts that contain multiple terms from multiple taxonomies?
- Cannot delete or edit a single term in a custom taxonomy, taxonomy name is wrong?
- View the complete list of a taxonomy in the navigation menu
- Correctly order the hierarchy of custom taxonomy when displaying terms
- Duplicate slug/permalink issue
- Getting taxonomies associated with a specified post type
- Changing input type from text to multi select dropdown – skill taxonomy
- How to list the taxonomy terms that fit the custom query?
- What’s the best way to add taxonomy’s image in 2017?
- Count of posts by different parameters?
- Archive page for custom taxonomy grouped by month
- Add custom taxonomy as a css class
- Wp_query…a type of term a different div
- Taxonomy page shows category in title
- Show single Child Category on Custom Post
- search using multiple taxonomies and keyword
- Need equivalent of single_term_slug
- unable to save custom taxonomy terms in a custom-built metabox in wp-admin
- Multiple Drop-Down custom taxonomies search
- How to combine taxonomies into URL?
- Issue adding custom taxonomies to custom post type (PHP)
- Taxonomy URL rewrite whilst keeping filtered posts?
- Add terms to a taxonomy archive from within the same taxonomy
- Fill New Taxonomies
- How to loop custom posts that have an exact match in taxonomy terms?
- True or F False Setting of ‘with_front’ Parameter of Rewrite Is returning Exact Same result
- wp_insert_post not adding taxonomy (using wp_set_object_terms)
- Filter “get_terms” query
- Display taxonomies for custom post type
- Custom Taxonomy – Dropdown
- Error 404 in Custom taxonomy with pagination
- WordPress Taxonomy Permalinks – Custom?
- Need help understanding a rewrite with multi-level taxonomy
- Change Permalink to Value of Custom Field
- Display custom post taxonomies
- Gravity prerender taxonomy [closed]
- Custom Taxonomy type in nav menu
- Advanced search: roles and multiple taxonomies
- One taxonomy template for all categories?
- Removing fields from category/taxonomy edit form
- Error in Custom Taxonomy UI
- Remove ‘portfolio’ from URL