Display total tag count on website
-
Hi there,
I was wondering if anyone had a nice clean & simple way of outputting the total amount of tags used on a wordpress site as just a plain number.
Each time I add a new post I use a tag to place it into a film genre (eg Horror etc). I want to have something like:
Movies: 234
Genres: 142I have found a way to count and output a number of the amount of posts within the ‘Movie’ category
<?php echo wp_count_posts()->publish; ?>
So I am looking for something as simple to display the number of tags used. I am really surprised I am having as much trouble finding a solution as I am as this (to me) seems like a pretty basic and useful thing to add to the Codex.
Any ideas would be awesome. Thanks guys ??
- The topic ‘Display total tag count on website’ is closed to new replies.