On 2/16/2012 10:46 PM, Lee Rowlands wrote:
$term = $node->taxonomy[2]; print l($term->name, 'taxonomy/term/'. $term->tid);
On Fri, Feb 17, 2012 at 12:59 PM, Elijah Osborne <kutakizukari@gmail.com mailto:kutakizukari@gmail.com> wrote:
I can't figure out how to print one of the Taxonomy term links so it is hyper and not just a string of text. I can get the string of text printed by using: <?php print $node->taxonomy[2]->name; ?> View attachment "01Capture.PNG" to see how I got the information via dev module. Using the Themer Module and clicking one of the Taxonomy term links produces different information. See attachment "02Capture.PNG" for the different information. With the different information I cannot figure out how to print just one of the selected hyperlinks. Can someone help me out with the correct information on how to print the Taxonomy term hyperlinks? Thank you! -- http://about.me/elijahosborne _______________________________________________ themes mailing list themes@drupal.org <mailto:themes@drupal.org> http://lists.drupal.org/mailman/listinfo/themes
themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
That did the trick, thank you very much!