| | 640 | * The arguments are listed below and part of the arguments are for {@link |
| | 641 | * wp_list_pages()} function. Check that function for more info on those |
| | 642 | * arguments. |
| | 643 | * |
| | 644 | * <ul> |
| | 645 | * <li><strong>sort_column</strong> - How to sort the list of pages. Defaults |
| | 646 | * to page title. Use column for posts table.</li> |
| | 647 | * <li><strong>menu_class</strong> - Class to use for the div ID which contains |
| | 648 | * the page list. Defaults to 'menu'.</li> |
| | 649 | * <li><strong>echo</strong> - Whether to echo list or return it. Defaults to |
| | 650 | * echo.</li> |
| | 651 | * <li><strong>link_before</strong> - Text before show_home argument text.</li> |
| | 652 | * <li><strong>link_after</strong> - Text after show_home argument text.</li> |
| | 653 | * <li><strong>show_home</strong> - If you set this argument, then it will |
| | 654 | * display the link to the home page. The show_home argument really just needs |
| | 655 | * to be set to the value of the text of the link.</li> |
| | 656 | * </ul> |
| | 657 | * |