Display node titles according to taxonomy terms

khaki - July 8, 2009 - 09:57

hello,

how do i list(display) node titles according to taxonomy terms, and sorting (in ascending/ descending with accordance of date creation) without using views module?

Hi, Is there any particular

soulston - July 8, 2009 - 10:38

Hi,

Is there any particular reason why you don't want to use the Views module as this would definitely be the way I would do it?

i'd like to list node titles

khaki - July 8, 2009 - 17:19

i'd like to list node titles in a block according to a particular vocabulary list of terms...

ex: vocabulary/ taxonomy 'sections' with list terms news, entertainment and sports. would display in a block

News
-----------
- some title
- some title
- ...

Entertainment
-----------
- some title
- some title
- ...

Sports
-----------
- some title
- some title
- ...

i'm not very much familiar with drupal works and some of its functions. views module generate unnecessary extra tags which i don't need. by doing it manually gives me some control specially handling some html tags with CSS. other than that, i'd like to create a function (in template.php) that would handle and return output (like in the above example) according to vocabulary id.

 
 

Drupal is a registered trademark of Dries Buytaert.