By apmac on
Hi
I was wondering if anybody could help with removing the Terms & Add Comment from Teasers with an Artisteer generated template.
The code that generates the Terms & Add Comment for all Node types within node.tpl.php is:
if (is_art_links_set($node->links) || !empty($terms)):
$output = art_node_worker($node);
if (!empty($output)):
endif; endif;
Any help greatly appreciated
Comments
_
Sure; you just need to stop that code fragment from being executed; a quick-and-dirty fix would be
or just comment out the output bit -
Pete.
Thanks Pete But if I make
Thanks Pete
But if I make those changes will that not remove my Terms from all nodes? The code snippet I provided is used for printing Terms to all nodes not just the teaser node.
Can I identify that its just the teaser that I would like it to not print to.
Cheers
_
To just remove the terms from the teaser, try this :-
Pete.
Didn't work for me
The suggested solution didn't work for me.
Its like the artisteer theme is not recognising $teaser
Could this be because I am using the module CCK Teaser Field?
Thanks for any help.