This seems to be a common issue (or was) with various themes. I am having it now with this one. The fixes all seem to be the same, and CTI_flex has the correct suggested by others. Still, the node title doesn't appear in views when row style is full node.

The common correction is adding something like this to node.tpl.php:

if (!$page):

print $node_url; "> print $title;

endif;

But that is already there!

Any ideas?

Comments

ajross’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Not making changes to the D6 version any longer. Users can manually include the suggested fix if needed.