I have a views-list-viewname.tpl.php
and inside i am TRYING to theme my view..

Everything works fine (title displays fine, image too)
But the Body displays Everything in the NODE Body. ( image gallery i have and locations info)
I have a filter on the view to display Title, picture and body.. how can i just get the TEXT not the full node inside the body? anyone know what i mean?

Comments

bibstha’s picture

you can use

$node->content['body']['#value']

I hope it helps