• I am currently using this code…

    <li id=”categories”><?php _e(‘Categories:’); ?>
    <form action=”<?php echo $PHP_SELF ?>” method=”get”>
    <?php dropdown_cats(); ?>
    <input type=”submit” name=”submit” value=”view” />
    </form>

    This however has a “view” button… anyway to make it without the view button?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Dropdown Categories Menu Support’ is closed to new replies.