Is it possible to automatically set the length of trimmed posts to something like 50 characters instead of 200? I understand that I can use the break comment but this still seems a bit tedious as I have 100's of nodes. Thanks!

Comments

puti’s picture

I haven't tried changing the length-options for trimmed posts, but this is where I would start:

http://drupaldocs.org/api/4.6/function/node_teaser

This tells me that the variable name is 'teaser_length'

I hope that's a good starting point? :)

slayerment’s picture

Thank you, that worked perfect.