• Please, advise a dropdown menu for a categories (of publications).
    all I could find – dropdown menu for a pages.

    I need smth simple, easy to set, that will accept theme css.

    Thanx a lot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ka81

    (@ka81)

    MichaelH – thank you very much!

    P.S. please, tell me, is it possible to bother you for a few advises (helps) about css editing exactly for my blog??

    Thread Starter ka81

    (@ka81)

    i inserted in sidebar `<li id=”categories”>
    <form action=”<?php bloginfo(‘url’); ?>” method=”get”>
    <?php wp_dropdown_categories(‘orderby=name&order=DESC’); ?>
    <input type=”submit” class=”knopka” name=”submit” value=”Ок” />
    </form>
    `
    menu is dropdowning, but it has a white background and the width is small.
    where to change it.
    I looked over all the style.css and category_template.php
    no result 🙁

    please help

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘dropdown menu for categories – advise’ is closed to new replies.