Forum Replies Created

Viewing 1 replies (of 1 total)
  • I use a different way to display 2 lists of categories, but the number of articles (optioncount) works only for one column… Anyone can fix it?

    Here’s the code:

    <li>Categories:
    <ul class="left">
    <?php wp_list_cats('sort_column=name&optioncount=1&
    hide_empty=0&exclude=1,8,14,5,17,12,21,13,20,6'); ?>
    </ul>
    <ul class="right">
    <?php wp_list_cats('sort_column=name&optioncount=1&
    hide_empty=0&exclude=7,18,2,16,11,9,3,19,15,4'); ?>
    </ul>
    </li>

    https://www.regarde.org/blog/

Viewing 1 replies (of 1 total)