Advertisement:

Author Topic: meta tag  (Read 2222 times)

julien35

  • Newbie
  • *
  • Posts: 9
meta tag
« on: July 30, 2011, 05:05:08 pm »
Bonjour j’ai un petit problème pour les Metas tags.

Je n’arrive pas à savoir ou rajouter ma meta description et meta keywords dans quel fichier
Jai bien vu dans le fichier functions.php

    if( !function_exists('meta_description') ) {
         function meta_description( ) {
            $location = Rewrite::newInstance()->get_location();
            $section  = Rewrite::newInstance()->get_section();
            $text = '';

Mais je ne vois pas comment faire la modification  ou à quel endroit  rajouter meta description et meta keywords.

Pour le moment la dernière annonce faite se rajoute comme si c’était la meta description.

Merci

julien35

  • Newbie
  • *
  • Posts: 9
Re: meta tag
« Reply #1 on: August 07, 2011, 11:42:15 pm »
Problème résolu grâce à cet article. : http://forums.osclass.org/index.php/topic,3532.0.html

merci  :)