@ sc0ttkclark – It would be great to have a bit clearer direction on how to create your first pod page- I’m still not sure I totally get it- and unfortunately the howto’s that were supposed to be at http://www.mikevanwinkle.com/tutorials/ seem to be gone.
I’d really like to test this out and it looks like you’ve prefilled pods with some data, but I don’t know how to view it…
I’m working with the Sandbox theme and I found that editing the global nav code in the functions.php code did the trick-
function sandbox_globalnav() {
if ( $menu = str_replace( array( "\r", "\n", "\t" ), '', wp_list_pages('title_li=&sort_column=menu_order&echo=0&depth=1') ) )
all I did was add the &depth=1 and it seems to work now…