I would like to introduce page-hierarchy navigation in my WordPress blog using subpages. So each page may have sub-pages, but I’d like that when a visitor clicks on a page header he will be redirected to a specific subpage. For example, say my hierarchy is:
1. Movies
1.1 General
1.2 Westerns
1.3 Animated
2. Music
2.1 General
2.2 Classic
2.3 Country
What I want is that when someone clicks on “Movies” he will reach “Movies/General”. Can this be achieved using plugins alone? If not, what’s required?