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

vrsotto’s picture

any takers here?... :(

vrsotto’s picture

anyone please...

vrsotto’s picture

hhmm... :(

vrsotto’s picture

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 :(

vrsotto’s picture

anyone please help... sorry if i'm a bit annoying...

vivianspencer’s picture

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