when I try to render title_field from this module used:

<?php
$node = node_load($nid,NULL, TRUE);
$nodeView = node_view($node, 'full');
<div class="field-items"> <?php print drupal_render($nodeView['title_field']);?></div>
<?php ?>

I just get a blank output, where is my wrong or is it a bug ??

Thank.

Comments

int_ua’s picture

Necroposting...

print_r($node);
print_r($nodeView);

?

plach’s picture

Status: Active » Postponed (maintainer needs more info)

Can you check the field is not hidden in the field display settings?