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
I wanted to know if there’s a way to output it like this
HTML / CSS / PHP / Javascript
thanks