By cschall on
Hello.
I'd like to remove the taxonomy links from the footers of my pages where I've created new events. Those links are fairly useless to the site. I've seen posts for how to remove the taxonomy link in the php code, but wanted to find out if there's a way to do this using the Drupal customizations of the themes, etc. I use the bluemarine theme, events module and CCK.
Thanks!
Comments
removing
Did you try to remove the content-type checkbox under the taxonomy admin menu? so that no taxonomy is affiliated with a content.
through the theme layer, you can alter node.tpl.php. look for the lines containing something along the lines of:
this is for the zen theme. if you erase those line, taxonomy won't show on nodes.