How do i code this menu:
Page1 Page2 Page3 Categories Page4
It's a horizontal menu and the categories link should give the drop down of the categories.
Im not sure how to code it so that the
<?php wp_list_pages( $args ); ?>
would continue after the drop down categories link.