Hello,

I have Views Attach running perfectly with the Node Reference URL module, unfortunately I'm struggling when attempting to display attached content to a node. I must point out I'm using a custom template for this specific content type. When inspecting a node with the Devel module, the only reference I come across that relates to the content type is suggest_link_node_content_1 (Content type is called suggest).

Naturally I assumed something along the lines of <?php print $node->suggest_link_node_content_1[0]['view']?> would display the attached content but to no avail. Am I going about things in completely the wrong way?

Thank you for your time.

Comments

nasi’s picture

You should have better lucky with print $node->content[suggest_link_node_content_1]['#value'];