28172 sujets

CSS et mise en forme, CSS3

Bonjour,

J'utilise wordpress 3.0 ainsi qu'un theme télécharger depuis quelques temps.
Mon probleme est que je ne peut pas affiché les sous categories dans mon théme Mandigo téléchargable ici...

Comment faire?

PS: Pour affiché les catégories (mais toujours sans sous-catégories), j'ai utilisé ce code:
 <?php
      wp_list_categories('title_li=&hierarchical=false'); ?>

Que j'ai mis aprés

  // if you want to add custom static links at the end, use something similar to the following
  // <li class="page_item"><a href="http://whatever.com/">Go somewhere</a></li>
  // and put it right before the closing </ul>
?>

dans Header.php...
Modifié par NotAlame (05 Jul 2010 - 23:41)