Drupal Metatags add in


/ Published in: PHP
Save to your folder(s)

Insert this into a custom node template to display the metatags inserted in my the metatag module.
nid; ?>" class="


Copy this code and paste it in your HTML
  1. <?php render($content['metatags']); ?>
  2.  
  3. <div id="node-<?php print $node->nid; ?>" class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>><?php render($content['metatags']); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.