Thread Starter
ripsup
(@ripsup)
To clarify, This isn’t about being indexed, which the things are. This is about the top nav showing up in the search results.
Thread Starter
ripsup
(@ripsup)
Okay found something that finally explained the issue.
http://codex.wordpress.org/Template_Tags/query_posts
The query_posts function is intended to be used to modify the main page Loop only. It is not intended as a means to create secondary Loops on the page. If you want to create separate Loops outside of the main one, you should create separate WP_Query objects and use those instead. Use of query_posts on Loops other than the main one can result in your main Loop becoming incorrect and possibly displaying things that you were not expecting.