• Could someone please tell me how I could go about listing the categories in a drop-down list?

    Many thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Try this on your page:

    <?php dropdown_cats() ?>

    Thread Starter vff

    (@vff)

    Thanks so much for your reply. I added that to my site and the drop down list appears but doesn’t forward to any of the pages. You can see it at https://violetsforfurs.net, under the calendar.

    Ok, let’s go for a better reply:

    <form action=”<?php echo $PHP_SELF ?>” method=”get”>
    <?php dropdown_cats() ?>
    <input type=”submit” name=”submit” value=”view” />
    </form>

    Thread Starter vff

    (@vff)

    It worked! Thank you so much for your help! ??

    that is great, I am gonna try using this also….

    did you custom make your theme… I like it…

    Thread Starter vff

    (@vff)

    Thanks. I custom made the theme just using Dreamweaver. It’s pretty plain at the moment, but hopefully it’ll look much better soon.

    How do set the default category in the drop down list?

    Interestly enough, the demo site (I got interested in the example) has been rooted. Hope you get it fixed soon :-).

    how to do the same thing with the archives menu/list ?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Categories in a drop-down list/jump menu?’ is closed to new replies.