I'm using the Pixeled theme, and would only like certain pages to appear in the top-right nav area (where there's normally search, skip to content, etc.). I can sorta read PHP, but not much for writing it. Can someone tell me, or at least point me in the right direction to just show specific pages in that area?
Thanks in advance for any help.
Thanks, that's a helpful plugin, but I still want it to appear in the main pixeled link bar, just not in the 2ndary one in the top-right, and vice-versa. So the links aren't repetitive, certain things in the main link bar and certain things in the top right.
Many themes use the template tag, wp_list_pages(), to display 'list of pages' so look at using the exclude= or include= arguments in your theme.
Stepping Into Template Tags
Stepping Into Templates
Template Hierarchy