Drupal 7 - Print author profile fields in a node.tpl

<?php $node_author = user_load($node->uid); print($node_author->field_FIELDNAME['und'][0]['value']); ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.