Adding a Entity Reference in a Drupal 7 Theme

30 Views Asked by At

I'm working on a custom theme for a Drupal site (7) and I need to print out an entity reference. I would like it to print out as a linked page title. Here's what I have, but it's not working. Sorry, I'm pretty new to this stuff.

<?php print $node->field_reflection['und'][0]['value'] ?>
0

There are 0 best solutions below