Download & Extend

print excerpt field

Project:Excerpt
Version:6.x-1.1
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I am theming a newsletter made with Simplenews Content Selection calling separate fields with
function theme_scs_node_output($node)
When I call
$output .= node_teaser($node->body) ;
I get the default teaser and not the excerpt.
Is it possible to call the teaser field in template.php (I guess it would work the same if it were for node.tpl.php)
Thanks!

nobody click here