I'm using wp_list_pages to return a long list and I'd like to split that list into two side-by-side columns.
Any solutions? Thanks!
I'm using wp_list_pages to return a long list and I'd like to split that list into two side-by-side columns.
Any solutions? Thanks!
The easiest solution would be to use two wp_list_pages with different include or exclude parameters.
You must log in to post.