Title: Tag Count
Last modified: June 10, 2019

---

# Tag Count

 *  [digitalmamas](https://wordpress.org/support/users/digitalmamas/)
 * (@digitalmamas)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/tag-count-2/)
 * Hello,
 * Thanks for an awesome plugin!
 * I am using the post_tag taxonomy. Any way to add tag counts?
 * Thanks a bunch!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftag-count-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/tag-count-2/#post-11701961)
 * You can do this now by first updating to version 3.0.0 and then copying the file
   from `wp-content/plugins/a-z-listing/templates/a-z-listing.php` into your theme.
   For example, if your theme is called `my-awesome-theme` then copy the file to`
   wp-content/themes/my-awesome-theme/a-z-listing.php`.
 * Once you’ve copied the template into your theme you need to edit it to change
   line 58 from:
 *     ```
       <?php $a_z_query->the_title(); ?>
       ```
   
 * To:
 *     ```
       <?php $a_z_query->the_title(); ?> (<?php $a_z_query->the_item_post_count(); ?>)
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Tag Count’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/a-z-listing_d8edfd.svg)
 * [A-Z Listing](https://wordpress.org/plugins/a-z-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a-z-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a-z-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/a-z-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-z-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-z-listing/reviews/)

## Tags

 * [counts](https://wordpress.org/support/topic-tag/counts/)
 * [tag](https://wordpress.org/support/topic-tag/tag/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/tag-count-2/#post-11701961)
 * Status: not resolved