Posted by Citizen on August 4, 2010 at 7:10pm
Does anybody know how I can remove the "Related Terms" from showing up at the bottom of article pages? I can't seem to find out where to disable this option.
Thanks.
Does anybody know how I can remove the "Related Terms" from showing up at the bottom of article pages? I can't seem to find out where to disable this option.
Thanks.
Comments
Sure, you can do this by
Sure, you can do this by modifying your node-article.tpl.php in your theme (which should ideally be a custom theme that uses openpublish_theme as its parent). Just remove this line from there:
<?phpprint $related_terms_links;
?>