I can't figure out how to prevent glossary terms from showing up on the front page. is there a template where I can apply some PHP logic, ie 'if (is_front)'? or is there a function to limit the terms from showing up on specific content_types?
Please help
Thanks for a great module.
Comments
Comment #1
SweeneyTodd commentedThe glossary documentation page (http://drupal.org/node/201760) says that some tags can be configured not to include glossary. These include
[no-glossary] [/no-glossary].Have you tried theming your front page so that the contents are contained within these tags?
Comment #2
nancydru