so i've got a community site, for a town, one main vocabulary - vid 5 - with about 11 terms under it - trying to throw a link to a page in the main navigation that shows 'all items for that vocabulary' with the most recent one first AND also not display them 'grouped' by term but rather just show most recent at top, show term in tags line etc (that's working - but it also appears as a tag again above grouped teasers by term right now because they're being grouped by term AND then showing most recent first within these little groups)
the code is below - and i'm not a php guy so not sure what to edit or pull out - i'm just trying to get it to show all items (teasers) from the whole vocab (all terms) and show most recent first and not group them as it's doing now...and also not show the term with count of items in the term above each group (i've got a block doing that on the side for navigation and drilling down by term)
any ideas??? for those interested - this was from the handbook on drupal, and while it was old, it does in fact work just fine in d6.1 if you want to try it out for one of your own vocabularies...but it's just not showing things the right way for me!
<?php
$vid = 5; // <---- put correct vocabulary ID here
$terms = taxonomy_get_tree($vid);
echo '