• 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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    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.