By mouse77e on
So i love the Hierarchical Select module and it answers a lot of my needs but... i cant get the results onto the page i have put the following code:-
case 10:
array_push($worked, l($item->name, "taxonomy/term/" . $item->tid));
break;
}into my template and then echoed it out like this:- <?php print implode("<br /> ", $worked);?>
this didn't work despite the fact i followed the same model as for my other Categories... any ideas gang?
Comments
Please... what am i missing with Catogories?
Please, where am i going wrong here?
Hierarchical select array print individual terms
Are you trying to print individual terms from your hierarchical select taxonomy on your page using a custom node.tpl.php file? The module readme has instructions for printing entire lineages but not individual terms.
I'd like to know how to print terms from within a lineage. Any ideas?