Support

Account

Home Forums General Issues Split categories list w/custom field into two columns Reply To: Split categories list w/custom field into two columns

  • Instead of using wp_list_categories, perhaps you could add some code to your first attempt and divide your $categories array into two arrays, then output each array in its own column:

    From Stackoverflow:
    How to split/divide an array into 2 using php