Support » Fixing WordPress » D’Oh! php dropdown_cats() shows only one category

  • Hello,
    While trying to configure my template, I noticed that php dropdown_cats() shows only one category (the default one). I’ve tried to mess up with the options
    <form action=”<?php echo $PHP_SELF ?>” method=”get”>
    <?php dropdown_cats(0, ‘All’, ‘name’) ?>
    <input type=”submit” name=”submit” value=”view” />
    </form>
    but without luck.
    Any suggestion would be appreciated. ^_^
    Thanks in advance,
    ~Neko

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘D’Oh! php dropdown_cats() shows only one category’ is closed to new replies.