Hi!
Right now I have a split navigation running. I have a horizontal menu bar at the top which displays the top level page items. On the sidebar, when you click on the parent the sub menu comes up (unless its empty).
Ok, that works great and all, but I was wondering if there was a way to make the parent item in the top navigation automatically link to the first child page under that parent?
So if I click on 'About' it goes directly to the child 1 page..
About
- Child 1
- Child 2
I planned on doing it through a 301 htaccess redirect but I was wondering if there was a way I could do it right through wp.
Thanks!