[Plugin: NextGEN Gallery] Get the current tag count and echo it
-
Hi all!
Does anybody knows how i can get and echo the topics count of the current tag on a ngg tag page?
If i click on a tag in my nextgen tagcloud i get a result page. On this page i want to echo how many images there are on this page with the same tag.
I found this code
<?php $tags = (array) nggTags::find_tags($param, true); foreach( $tags as $tag ) { echo '<li><span>' . esc_html( $tag->name ). '</span> '.'('. esc_html( $tag->count ).')</li>'."\n"; } unset($tags); ?>But this generates a list of all the tags with their count, I only need the count of the current tag.
anybody?
kind regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: NextGEN Gallery] Get the current tag count and echo it’ is closed to new replies.