I would like to add a description to my page navigation menu.
The html I need to make the CSS work is.
<li><a href="#"><span>About this site</span><br />About</a></li>
My guess would be to do this through custom fields within each parent page.
Where I am struggling is coding some php for listing only parent pages along with the associated custom field.
My current understanding is that I'll need to set up a wp-query that loops through the pages grabbing the title, permalink and custom field.
Pointers? Further reading?