Hi,
I found that taxonomy did not appear on nodes, because PHP IFs were using "has_terms" instead of "terms". Just change that to make it work.

CommentFileSizeAuthor
#3 node.tpl_.php_.patch802 bytesmlissner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mlissner’s picture

Hi, can you give me more information on how to fix this so I can fix it on my installation? I know a little php, but I'm not sure where to look for this kind of thing...

Senpai’s picture

In the node.tpl.php file, the print $has_terms needs to be changed to print $terms

Somebody wanna roll a simple patch for this one?

mlissner’s picture

Status: Active » Needs review
FileSize
802 bytes

Excellent fix. It worked like a charm. I've attempted to roll a patch and attach it here, but I can't say I've ever rolled one before so I'm not sure it's quite right. I followed some directions I found to make this using diff. Hopefully it will work.