Drupal 6: print all body field content to node template file.
Posted
by artmania
on Stack Overflow
See other posts from Stack Overflow
or by artmania
Published on 2010-06-07T08:24:56Z
Indexed on
2010/06/07
8:32 UTC
Read the original article
Hit count: 272
I tried to display body content with:
<?php print $node->content['body']['#value']; ?>
However, it doesn't display all body content, it just display first paragraph of body content, sometimes 2 paragraph if it is short :/
I need to print all body. how can I do that?
Thanks a lot! Appreciate helps!
© Stack Overflow or respective owner