By tilly-1 on
I am trying to add description meta tags keywords. I add the data and the data does not stick. meaning I submit and then come back and it is not where I entered it.
I want to edit the web site description, key words etc.
Thanks,
Tilly Moof
Comments
template modification required
Look into your template files.
I use Kubrkick (php template) and I have added my meta tags above the following line
<?php print $head ?><?php print $styles ?>I would preffer a easier approach within the CMS to adjust keywords, its a bit of a hassle right now. I wonder if drupal is working on this or not ?
thank you but I do not even know where to do this?
You know when you view a page and you hit source to view page HTML? I am trying to edit this data. Where is this done please?
Thanks Tilly Moof
That would be in
page.tpl.php in your theme directory (if using PHPTemplate themes)
--
Anton
PHPTemplate Theme Snippets
Maybe it's worth taking a look at the excellent Drupal Handbook, specially the PHPTemplate Theme Snippets section might be useful:
http://drupal.org/node/44810