Could someone please tell me how I could go about listing the categories in a drop-down list?
Many thanks.
Could someone please tell me how I could go about listing the categories in a drop-down list?
Many thanks.
Try this on your page:
<?php dropdown_cats() ?>
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 http://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>
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...
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 ?
This topic has been closed to new replies.