I am using CCK and the node_reference module. I understand how to display the node_reference link like this: <?php print $field_node_reference[0]['view'] ?>, but what if I just want the string of the URL? For instance I would like to wrap an image with the node_reference link like so: <a href="<?php print $field_node_reference['url string'] ?>"><img ...></a>. Thanks and props to who can tell me!
I'm trying to do my first totally custom theme with its own defined regions. I get the content laid out where I want it, but when I visit any admin/* pages, there is no content?? Am I required to have a "content" regioin for the admin pieces?