I have created a new text field for my content type - image. The field is 'caption.'
I attach a new image to a story type node.
I don't see the image field 'caption' available for display of node story.
Is there a way for the node story to get the image node 'caption' field?
Comments
Comment #1
joachim commentedWell no -- image attach attaches the node and shows the image. That's all.
If you want image + caption, you either need to look into some major customizing of your theme, or use CCK noderef in stead of image attach and http://drupal.org/project/nodereference_views
Comment #2
rocket777 commentedthanks joachim.
I will look into it.