Number of Posts (Thinking the Future): [insert_php] $the_term = get_term_by( ‘name’, ‘Thinking the Future’, ‘post_tag’ );
echo $the_term->count;
[/insert_php]
Prophecies: Thinking the Future (Index)

Number of Posts (Thinking the Future): [insert_php] $the_term = get_term_by( ‘name’, ‘Thinking the Future’, ‘post_tag’ );
echo $the_term->count;
[/insert_php]