• Yes, I know in a sense this question is getting old. I am using wordpress 1.02 and I am using the the standard drop down category idea that everyone else is:
    <form action="<?php echo $PHP_SELF ?>" method="get">
    <?php dropdown_cats(); ?>
    <input type="submit" name="submit" value="view" />
    </form>

    But my categories are not showing up. My blog is here:
    http://roninmedia.buildtolearn.com/index.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • Works fine in 1.2 for me.
    Is this a fresh install? It appears as if the MySQL query to get the categories is not running properly for you. (based on code in template-functions.php)
    Consider adding in some debug statements there to see what is actually going on.
    Also, it might help to post your template file as text… maybe something else is being called weird in the wrong spot and it’s clashing.

    Thread Starter roninmedia

    (@roninmedia)

    It is pretty much a fresh install of wordpress 1.0.2
    Here is the template file.
    http://roninmedia.buildtolearn.com/template.txt

    Yay, good deal.
    Maybe there was some random fluke error the first time the setup scripts ran. Who knows, but at least it’s fixed now!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Drop Down Categories’ is closed to new replies.