You’ll have to use the get_terms
function to build your own list if you want the count in there.
If we read the details of topic_count_text_callback
we can see why it may appear to not be working:
topic_count_text_callback
(string) (optional) The function, which, given the count of the posts with that tag, returns a text for the tooltip of the tag link.
Default: default_topic_count_text
this function sets the link’s title
attribute text, it doesn’t show the count with the term directly in the text. If you hover over the links you’ll see the text pop-up in a tooltip next to your cursor.
Related Posts:
- How to remove the tag cloud from custom taxonomy admin page?
- Custom columns on edit-tags.php main page
- custom post type taxonomy “tag” archive : no post found
- WP REST API no longer supports filter param, so how do I get posts in a custom taxonomy?
- Exclude Specific Term from Search
- Can I turn off write-in tags/taxonomies?
- Is it possible to use one slug for Multiple Taxonomies?
- Widget to display custom taxonomy tag cloud
- Post tags saving as both tag name & tag ID on post update when tags are displayed as checkboxes
- Non-hierarchical custom taxonomy using checkboxes on edit-screen -> saving issue
- How to display and use all existing tags at my write-post-at-frontend-panel?
- how to get title to custom tags page
- How do I display a tag cloud with both post tags AND a custom taxonomy?
- Can I turn off write-in tags/taxonomies?
- WordPress renames slug of tags used in multiple taxonomies?
- Allow only 1 instance of each term in each custom taxonomy
- How do I make a custom taxomony appear like tags?
- Make tag cloud links consistent
- Hook to change Custom Tag Taxonomy Links?
- How to adjust code to refresh a dropdown box with tags that are active on filtered category listing
- Metabox to list/store a certain type of post tag
- Sorting Tags by Slug Value
- Extend & Search Native WordPress Image Galleries With Tags and Taxonomies?
- How to filter a post in the Tag Cloud widget, using tags of a media library image attached to the post?
- Replace taxonomy permalinks
- Front-End Custom Taxonomy Tag Select
- Create custom taxonomy and Display in metabox dropdown
- Problem with removing post tags programmatically
- How to get custom category’s link?
- saving meta/custom field to tag
- Changing input type from text to multi select dropdown – skill taxonomy
- Save values generated via API as taxonomy terms
- Displaying user selected custom tags/taxonomies on the front-end
- Featured Images for Tags?
- Automatically tag posts based on user-defined words [closed]
- making an index from custom taxonomies and tags of posts (not hierarchical taxonomy)
- WordPress REST API – get custom taxonomy category posts
- Set two terms for a post when they differ only by an accent
- Get tags name under custom taxonomy in wordpress
- Filter Tags for current users
- Limit Tag Links in Post Content
- Change the Page Title of the Archive Page for Portfolio Tags
- Using wp_tag_cloud with only current post tag with special class
- Get Posts by tag from a custom taxonomy
- Extra fields on categories that is available via the WP-API?
- Display the first tag assigned to a post
- Display custom post taxonomies
- How to randomise a custom taxonomy tag cloud
- How do i change the tags and taxonomies
- Any way to make custom taxonomy field searchable?
- How to get tags with custom taxonomy field?
- Primary Taxonomy for Post
- Group custom taxonomies based on tags contained in their posts
- Custom Taxonomy not working with posts_per_page in new WP_query (pagination problem)
- Get value in custom field with taxonomy [closed]
- Get second level terms of custom taxonomy
- Modify Term Update Redirection
- How to get first post in a category of a custom taxonomy
- How to get the singular name of a custom taxonomy?
- Archive template for taxonomy terms
- Custom Fields and performance
- get_the_term_list without specific category
- drop-down list taxonomy problem
- How do I get WordPress URL rewrites into Sitemap?
- Programatically added attribute, set to ‘show on product page’ automatically. Woocommerce [closed]
- Get Current Custom Taxonomy ID by Post ID
- Custom fields to taxonomy
- Styling Taxonomy Terms Individually
- How to make custom post taxonomy looks like regular categories?
- Custom Taxonomy Term Archive Page Template that Filters 2 or more Taxonomies
- Custom taxonomy link opens under Posts
- Changing URLs for taxonomies and CPT
- how to store values in database at hierarchical view
- Custom taxonomy terms not showing as list Gutenberg Editor WordPress
- Clean Custom URL for Serach + Custom Taxonomy
- pagination not working on custom-taxonomy template
- Limit Display Number Of Taxonomy Term
- Sort and paginate custom post taxonomies alphabetically
- Current taxonomy name (not term!) given a post ID
- Search box with field hidden till drop down selection is made
- get_terms does not return any results for my custom taxonomy?
- How to Create Multi selection search Form using Default WordPress Category Terms, and Custom post Types Taxonomies Terms?
- How do I get the correct URL?
- Cloning product not copying custom taxonomies
- CPT tags not showing when editing post
- deleted_$taxonomy not getting fired
- Query all images with certain tag in media library using visual portfolio plugin
- Problem with wp_list_category with custom taxomy
- Restrict viewing of posts by category, user role
- WP Query : strange behaviour with multiple no-hierarchical tax
- Dynamic drop down of child terms and then drop down posts
- Custom order of taxonomy using wp_get_object_terms and woocommerce_term_meta
- Does a codex exist for creating meta boxes in taxonomy
- Run next query based on first query’s term
- Get the original menu item name string instead of the label
- How to use tax_query other than by slug or id or solve custom taxonomy tags conflicts with pre-existing tags?
- How to query posts that are not related to any term of a taxonomy?
- add_action with variable as a part of the $tag string
- How to display Custom taxonomy on custom post listing page [duplicate]
- Rewrite URL for a specific taxonomy [duplicate]