HI all,

For free tagging, how do I had the tags on the output of stories, pages, blog, etc?

Connie

Comments

fumbling’s picture

I had the same thought when doing tagging myself. I didn't see any setting in D6 that could hide them as long as the taxonomy module is active, although I may have missed it. If that's the case, you'll of course need to go into the appropriate file for the module, theme, CSS. I'll look around today and post a follow-up if I find the right file and snippet to change.

Drupalot.com - ask & answer Drupal questions

WorldFallz’s picture

the easiest way is probably with css in your theme's style.css file:

.taxonomy {
  display: none;
}

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

conniec’s picture

Two more ways (Thanks, Raj! for the help)--

Go to themes folder..Open the node.tpl.php
Just remove the this line " print terms "

and module: taxonomy_hide

Many thanks to those who have offered me solutions!

Connie

drvdt’s picture

Go to theme folder, look for "node.tpl.php"
And make change like above. Because this way make a "page view" smaller!

But I don't understand why dose this way work more slowly than editing css file?

Now i used the way that editing file style.css

Thanks a lot

My sites: Medicare