/ Published in: PHP
Insert this into a custom node template to display the metatags inserted in my the metatag module.
nid; ?>" class="
nid; ?>" class="
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php render($content['metatags']); ?> <div id="node-<?php print $node->nid; ?>" class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>><?php render($content['metatags']); ?>