[wp-testers] wp_list_pages child_of parameters

Safirul Alredha safirul.alredha at gmail.com
Thu Feb 16 09:31:21 GMT 2006


Hi,

The wp_list_pages child_of parameter seems to be not working in the
theme that I'm currently working on. The tag returns no result.

Example:

Let say "About Main Page" page is ID 2 and have a subpage called "About Subpage"

About Main Page
- About Subpage

<?php wp_list_pages('sort_column=menu_order&title_li=&child_of=2'); ?>

Correct me if I'm wrong but isn't the tag suppose to display "About Subpage".

Any thoughts? Thanks in advance.


More information about the wp-testers mailing list