문제

There are about 70 categories in Drupal 7 with taxonomy. I would like to get list 20 of the most popular(most used), sorted from most popular to the least placed in block.

Dogs (200 Entries)
Cats (120 Entries) 
..

Is there a module that has this functionality, or how would you get it done.

도움이 되었습니까?

해결책

You can use tagadelic module.

With a bit of CSS you can change the modules' display to not render popular tags larger then less popular tags.

And with a simple theme-override you can add the amount (200) of usage to the output too.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top