Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)