By milotimbol on
Hi,
Inside a page Below the title is a line saying "in" followed by the "taxonomy term" assigned to the page. I would like to hide this. How is this accomplished?
I will be creating separate page and using views for displaying all the stories in that category so I wont be needing that link.
Here's a screen cap.
http://img440.imageshack.us/i/screenn.jpg/
Thanks in advance,
Milo
Comments
Two ways I know of are to
Two ways I know of are to either delete the line from your node.tpl.php file that prints out the taxonomy terms. Or you may be able to do this by editing the content types display settings and setting taxonomy to hidden. You can also use the content taxonomy module if you want to turn each vocabulary in to a field for more display control.
.
I don't think you can control the visibilty this way. You would have to use content taxonomy to gain control over the display settings. As far as I understand this won't be a problem in D7 but currently this problem exists.
Yea you're probably right,
Yea you're right, Content Taxonomy is the way to go. You may as well use it from the start for many other reasons.
My mistake, I checked and the option to hide taxonomy is not available.
Ok. Thanks guys! I'll try
Ok. Thanks guys! I'll try that out.