display view content
anthonyplanet - July 4, 2009 - 07:21
I have set up a view, that filters of all my content type "fund", I am using display block.
I wish to be able to format the content of my view. ie i want to do something like this, and list out of
/* start loop
<?php
print $node->field_fund_aim[0]['view']
?>I think i need to put this content in "views-view--fund.tpl" // fund is the name of my view
I feel like i am missing a trick is this correct.

You could always tell your
You could always tell your view to display teaser. And then in Content template for teaser, write what you want to be displayed.