在任何页面内容上显示自定义字段。 Drupal 7
答
如果它连接到用户的实体,您可以插入到这个page.tpl.php中:
<?php print render($user_profile['field_test']); ?>