那些年,我們一起追的女孩。

其實係上年就已經睇完這本書,這亦是我看的第一部九把刀作品。係全城都對電影版瘋狂的時候,我還是比較想看看原著。

好熱血的一本書,一拿上手就不願放下,所以兩天就看完了。回想自己的青春,好像從沒做過一件熱血的事,最最最熱血應該是大學時的五人足球反敗為勝打進四強,哈哈。除了熱血,不得不提的是柯景騰的堅持,對夢想的執著,真真正正做到了一個很厲害的人…

Drupal 7 – Get number of nodes of Taxonomy Term in Views

About 2 months ago i published a post on how to get the number of nodes of a specific taxonomy term by term ID.
Drupal – Get number of nodes of Taxonomy Term by Term ID

Unfortunately, the taxonomy_term_count_nodes() no longer works in Drupal 7 but you can get the count by Views in D7.
Continue reading