<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div style="RIGHT: auto"><SPAN style="RIGHT: auto">Have you looked at Taxonomy List?<VAR id=yui-ie-cursor></VAR><BR style="RIGHT: auto" class=yui-cursor></SPAN></div>
<DIV></DIV>
<DIV style="RIGHT: auto">&nbsp;</DIV>
<div style="RIGHT: auto"><FONT color=#ff007f size=4 face="bookman old style, new york, times, serif"><I><STRONG>Nancy</STRONG></I></FONT></div>
<div style="RIGHT: auto">&nbsp;</div>
<div><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></div>
<div><BR>
<BLOCKQUOTE style="BORDER-LEFT: rgb(16,16,255) 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px">
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12pt">
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><FONT size=2 face=Arial>
<DIV style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class=hr readonly="true" contenteditable="false"></DIV><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Lynn Stott (Stott Design) &lt;lynn@stottdesign.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> support@drupal.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Wednesday, July 13, 2011 8:08 AM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> [support] Taxonomy<BR></FONT><BR>I'm trying to create two pages, one for each taxonomy term (w/ taxonomy description) and one for all taxonomy terms (w/ descriptions) . With Drupal 6, I accomplished the first option via two views and this function my template.php<BR><BR>function lax_taxonomy_term_page($tids, $result)
 {<BR>&nbsp;&nbsp;&nbsp; $output = '';<BR>&nbsp;&nbsp;&nbsp; $output .= views_embed_view('taxonomy_term_header', 'default', $tids[0]);<BR>&nbsp;&nbsp;&nbsp; $output .= views_embed_view('product_grid_view', 'default', $tids[0]);<BR><BR>&nbsp;&nbsp;&nbsp; return $output;<BR>}<BR><BR>In summery, here's what I'm looking for. I'd like this to come from a view setup, not teaser output.<BR><BR>Option 1:<BR>Taxonomy term title<BR>Taxonomy term description<BR>Related node content<BR><BR>Option 2:<BR>Taxonomy term title<BR>Taxonomy term description<BR>Related node content<BR><BR>Taxonomy term title<BR>Taxonomy term description<BR>Related node content<BR><BR>Taxonomy term title<BR>Taxonomy term description<BR>Related node content<BR>...<BR><BR>Any suggestions?<BR><BR>Thanks,<BR>Lynn<BR><BR><BR>-- <BR>[ Drupal support list | <A href="http://lists.drupal.org/" target=_blank>http://lists.drupal.org/</A> ]<BR><BR><BR></DIV></DIV></BLOCKQUOTE></div></div></body></html>