I’m using the same theme as dpcook
I’m also very new to WordPress and php/css. I added the line
wp_list_pages(‘title_li=&depth=4&sort_column=menu_order’);
directly under
wp_list_pages(‘title_li=&depth=4&sort_column=menu_order’);
however the only thing that changed was the addition of the ‘About’ section. None of my categories were added to the header menu. Any idea why this might be???