By seakayjay on
I'm trying to find a way to set the teaser length specifically for a node type (e.g. blog only). I know that i can set the teaser length at admin/settings for global but what I want is only for a specific node type (not global).
Is there anyway to do this? can someone tell me how?
Thx in advance.
Comments
Create new .tpl.php
creat a new .tpl.php like page-blog.tpl.php it wil do the trick, for more info see this.
Geshan
Basic Drupal HOw to