By vrsotto on
I have a vocabulary (taxonomy) name “section” with taxonomy terms like “politics”, “sports”, and “technology”.
How do I display “node titles” in a list (within a block) according to taxonomy terms with the corresponding vocabulary “section”?
An output would look something like:
Politics
---------
* some node titles
* some node titles
Sports
-------
* some node titles
* some node titles
Technology
--------------
* some node titles
* some node titles
Any idea would very much appreciated…
vsotto
Comments
any takers here?... :(
any takers here?... :(
anyone please...
anyone please...
hhmm... :(
hhmm... :(
wow, i guess this is one
wow, i guess this is one those difficult issues that haven't been given attention... i'm tried using views but seems something missing with the module... i even tried to search the web hoping to get some answer... but no luck :(
anyone please help... sorry
anyone please help... sorry if i'm a bit annoying...
You can use the following
You can use the following snippet: http://drupal.org/node/63859, and then you can dynamically get the current page term using the arg() function