Hello all!
I am trying to output a customized navigation list. The function wp_list_pages does not accomplish what I need to do.
I will be printing out top-level pages only, no children. I need to go through and create a navigation list with a custom ID for each
Do you have any suggestions as to how I could perhaps manually parse all of the top level pages to output a custom
- and
- list such as this?
Thank you! :-)