Tablet Len
Member
Posted 2 weeks ago #
Over the weekend, the Tags field that lived below the Post field mysteriously vanished. Our programming team can find no cause for this. Tags are still available on existing articles (on the live site).
What's even more troubling is that this field still exists on our Dev Site! Has anyone experienced this?
With the help of the Template Hierarchy article, determine what Template is displaying your posts, then look to see that that Template is using Template Tag, the_tags() and if necessary add that code back. The WordPress Default theme's wp-content/themes/default/index.php has an example...could switch to that theme to make sure it is the theme causing the problem and not a plugin.