Forums

wp_list_category style (3 posts)

  1. kronossaturn
    Member
    Posted 1 year ago #

    Hi guy,

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

    HTML / CSS / PHP / Javascript

    Thanks in advance

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

  3. kronossaturn
    Member
    Posted 1 year ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic