Active
Project:
Pleroma
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2007 at 04:52 UTC
Updated:
18 Jul 2007 at 07:26 UTC
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
Comment #1
LukeLast commentedThe problem lies in node.tpl.php
$has_termsshould be replaced with$taxonomySpecifically to make the taxonomy terms show up this:
if ($has_terms) :Should be changed to this.
if ($taxonomy) :