get all page IDs from wp_list_pages
I am looking for a way to output all page IDs from the following menu:
?php wp_list_pages('depth=1exclude='3,5,11')); ?
Only top level pages needed, therefore the 'depth=1'.
Any help appreciated.
Topic id wp-list-pages Wordpress
Category Web