• Hallo!

    I use this code to call an archive page of a category with a dropdownbox:

    <?php
    wp_dropdown_categories
    ('child_of=9&orderby=name&show_count=0&hierarchical=1&hide_empty=1');
    ?>
    <input type="submit" name="submit" value="&raquo;" />

    While this works technically it doesn_t show the correct permalink in the address field of my browser (pretty permalinks are working perfectly all around the rest of the site!):

    shows:
    https://en.domainname.com/?cat=9&submit=?

    instead of the expected:
    https://en.domainname.com/categories/categoryname

    What’s wrong?

    Plz help,
    thx,
    piedro

  • The topic ‘pretty permalinks won’t work on archive calls’ is closed to new replies.