Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter darksen

    (@darksen)

    thank you for the help n4th4n. the code you mentioned does not do the job.

    For the meantime I used image >> with code on css like this:

    ‘#newsidebar li {
    list-style-image: url(‘images/dblarrow.jpg’);
    }’

    incase other guys out there who successfully replaced li to >> please post your css code. thanks

    Thread Starter darksen

    (@darksen)

    to make my question clearer.

    In my sidebar.php of a theme I use the below code to list category :

    <?php wp_list_categories(‘show_count=1&title_li=’); ?>

    the output is something like

    . Category 1
    . Category 2

    What I want is to change the . or <LI> tag to >>
    my search for solution lead me to the code below but all it does is to totally remove the style .

    • tag.
    • <?php wp_list_categories(‘show_count=1&style=0&title_li=’); ?>

      Again my question is how to change LI tag to >> before all the categories.

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