By dragon2000 on
Hi,
how can I give a special theme to just a special node type(for example story type),
so that the teaser of this type in the front page looks different from other types.
thanks in advance.
Hi,
how can I give a special theme to just a special node type(for example story type),
so that the teaser of this type in the front page looks different from other types.
thanks in advance.
Comments
_
Create a template for that content type; for a story, it will be node-story.tpl.php
You can customise this template to suit your requirements - see the theming guide at http://drupal.org/node/221881
Pete.