我正在使用 drupal 7.x 并正在创建一个节点内容类型模板。我的内容类型有多个自定义字段,包括一个图像字段。我正在尝试将图像字段及其属性添加到节点模板。我可以使用显示图像
print render($content['field_custom_image'][0])
但是我也想显示文件名和标题文本。我尝试了下面的代码,但它没有显示任何内容。
print render($content['field_custom_image'][0]['und']['title'])
在 Drupal 6 中,我可以使用:
print $node->field_custom_image[0]['data']['description']
我执行时print_r($node)
的输出如下。
[field_reclaimer_image] => Array ( [und] => Array ( [0] => Array ( [fid] => 8 [alt] => [title] => 测试标题 [width] => 1117 [height] => 651 [uid] => 1 [文件名] => 24-1033_angle_02_1339771175.jpg [uri] => public://images/24-1033_angle_02_1339771175.jpg [filemime] =>…