[pmwiki-users] meta tags

Patrick R. Michaud pmichaud at pobox.com
Fri Aug 26 08:48:54 CDT 2005


On Thu, Aug 25, 2005 at 08:37:15PM -0700, H. Fox wrote:
> If you want the keywords on every page, add the following to your
> config.php file:
> 
> $HTMLHeaderFmt = '
> <meta name="keywords" content="Sacramento Wedding DJ, Wedding DJ San
> Francisco" /> ';

Actually,  you'll probably want that to be (note the brackets after
$HTMLHeaderFmt):

    $HTMLHeaderFmt[] = '
      <meta name="keywords" content="Sacramento Wedding DJ, Wedding DJ San
      Francisco" /> ';
     
Pm 




More information about the pmwiki-users mailing list