I am using this code to display only the body of a page:
if (function_exists('iinclude_page'))
{
iinclude_page(236, 'displayTitle="false"', false);
}
But this is also printing the title. What am I missing? I do NOT wish the title to show up at all. Only the page content. Please advise. Thanks