Render content field (render value with markup)
Copy this code and paste it in your HTML
<?php print render
($content['fieldname']);
?>
<?php print render
($content['comments']);
?>
<?php if (!empty($content['fieldname'])): ?> <?php print render
($content['fieldname']);
?> <?php endif; ?>
Report this snippet