/ Published in: PHP
for true plain text output of a field in drupal 7
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php foreach ($items as $delta => $item) : ?> <?php print render($item); ?> <?php endforeach; ?>