• Hi guy,

    I need your help, I wanted to change my category list style to this:

    HTML / CSS / PHP / Javascript

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter kronossaturn

    (@kronossaturn)

    I’m sorry esmi, but it’s in my local machine, I’m using

    <?php wp_list_categories(array(
         'order'=>'ASC',
         'taxonomy'=>'skills',
         'show_option_all' => '',
         'title_li' => '',
         'hide_empty' => 0,
         'depth' => 0, ));
    ?>

    and the output is a simple unordered list like this

    • HTML
    • CSS
    • PHP
    • Javascript

    I wanted to know if there’s a way to output it like this

    HTML / CSS / PHP / Javascript

    thanks

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

The topic ‘wp_list_category style’ is closed to new replies.