• <?php wp_list_cats(‘sort_column=name&optioncount=0&hierarchical=0’); ?>

    i need someting like:
    <a> > ... </a>

    how can i make this ???

    please help me 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have a look at what it outputs. It should be something like
    <ul>
    <li>cat name 1</li>
    <li>cat name 2</li>
    <li>cat name 2</li>
    etc....
    </ul>

    So just style <ul> and <li> as normal.

    generators

    (@generators)

    😉 the old fashioned way. Hopefully you have a short list.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how can i add css to…’ is closed to new replies.