I cannot get the teaser to work when using PHP code in a template. Anyone figure it out?
I have tried:
<?php if(function_exists('iinclude_page')) iinclude_page(44, 'displayTitle=true&titleBefore=<h2>&titleAfter=</h2>&displayStyle=1'); ?>
and
<?php if(function_exists('iinclude_page')) iinclude_page(44, 'displayTitle=true&titleBefore=<h2>&titleAfter=</h2>&displayStyle=DT_TEASER_ONLY'); ?>