I can only link it to it's node when its a node:title field when making a certain view. how can I link it to the node:body? Is there are reference id?
Tell me more
×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.
There is a module to achieve: https://drupal.org/project/linked_field Then you can add any link to any field in manage display page admin/structure/types/manage/[node_type]/display | |||
|
<p>
,<div>
, etc) which can't be wrapped in an<a>
tag – Clive♦ Aug 3 '12 at 12:50<a>
tags as well :) – Jimajamma Aug 3 '12 at 15:13