How to get rid of extra Untitled Article in html5 document outline when using new WP_Query?
Putting the answer I received via Twitter here for others to see: It was the sticky post under the Featured Comic section that was creating that phantom Untitled Article. So, by adding: ‘post__in’ => get_option( ‘sticky_posts’ ) to the arguments, it got rid of it. New code for the Featured Comic now looks like this: … Read more