Posted by yichalal on November 24, 2010 at 10:49am
1 follower
| 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 withfunction 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!