It appears that a page node is missing or might not be displaying the taxonomy tags setup for each story/article. Is it possible to add it easily?

Thanks,

Comments

LukeLast’s picture

The problem lies in node.tpl.php

$has_terms should be replaced with $taxonomy

Specifically to make the taxonomy terms show up this:
if ($has_terms) :

Should be changed to this.
if ($taxonomy) :