Hi!
I want to see the list of pages with the function wp_list_pages() , but I don't want to see the children pages.
How?
Thanks.
Hi!
I want to see the list of pages with the function wp_list_pages() , but I don't want to see the children pages.
How?
Thanks.
http://codex.wordpress.org/Function_Reference/wp_list_pages#Parameters
Just have to set the depth parameter to 1 I believe
Thanks. It works.
Cool! glad it worked!
You must log in to post.