Limit wp_list_pages() on one line
-
I would like to do the following:
Let’s say I have 6 pages that I want to display in a menu nut in 3 lines of 3 links, how can I do this using the code ?
I use this now what makes one big line:
<?php wp_list_page(‘depth=1&title_li=&exclude=143&sort_column=menu_order’ ); ?>
And I would like to have:
Page1 Page2 Page3
Page4 Page4 Page6
(Page7)Would this be possible to do ?
- The topic ‘Limit wp_list_pages() on one line’ is closed to new replies.