Display node count per taxonomy

| Drupal Development | 1 seen

<p>Working on project, I needed to display how many nodes are in particular taxonomy.</p><p><img src="http://reinisfischer.com/sites/default/files/taxonomy-count.png&quot; alt="" width="727" height="212"></p><p>&nbsp;</p><p>To achieve such behavior - I created a term based view, turned on aggregation, under Relationships added Taxonomy term Content using, added taxonomy term name, nid and image fields,&nbsp;and set to aggregate nid count.</p><p><img src="http://reinisfischer.com/sites/default/files/aggregationsettings.JPG&qu…; alt=""></p>