Thanks for the link, stevesh. OK, so the instructions from Dr.Byte are clear and easy to follow:
a) copy /includes/modules/meta_tags.php to /includes/modules/YOURTEMPLATE
b) find the line that says this:
Code:
define('KEYWORDS', str_replace('"','',zen_clean_html($keywords_string_metatags) . CUSTOM_KEYWORDS));
c) add a line ABOVE that line, which says this:
Code:
$keywords_string_metatags = "";
d) save and upload the file
I would have one last question regarding this line code which should be inserted in meta_tags.php :
Code:
$keywords_string_metatags = "";
What exactly does it do? I'm nowhere close to a programmer, but it would be nice if I could learn something new regarding this issue.