Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.9
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2010 at 23:29 UTC
Updated:
20 Apr 2010 at 20:51 UTC
I am using the following code in my page.tpl.php
<?php
if (function_exists('nodewords_get')) {
$metatags = nodewords_get('node', $node->nid);
}
?> <?php
foreach ($metatags as $tagname => $tagcontent) {
print "<dt>$tagname</dt>";
print "<dd>$tagcontent</dd>";
}
?>it works fine but I want to edit that code so only "abstract" is printed, I would really appreciate some feedback
Comments
Comment #1
werushka commentedanyone please??
Comment #2
werushka commentedsolved please see http://drupal.org/node/776560