I saw the other post that seemed to refer to this, but the patch did not fix the problem. The taxonomy terms are not being listed in the node teasers, or anywhere for that matter.
It is not some some styling error, as the terms are not listed in the source code for the web page either.
Any help is appreciated as this is a crucial part of the web page I am working on, thanks!
Comments
Comment #1
genDisarray commentedI discovered the problem.
For anyone else confused, you simply go into the theme configuration (specifically Magazeens theme config) and scroll down to Node options -> Taxonomy -> toggle all vocab terms to 'display'.
After that it seemed to be only a matter of styling the terms the way I wanted, and of course moving the php code inside 'node.tpl.php' to the desired location.