Hello, I have a site in wordpress. The menu structure (using wp_list_pages()) is: Menu1 Menu2 -Submenu1 -Submenu2 -Submenu3 I want the URL to be shown as follows: mysite.com/menuname/pagename.html for example: When I go to the Submenu2 page the URL will be as follows: mysite.com/Menu2/Submenu2.html Or for Menu1 page it will be: mysite.com/Menu1/Menu1.html That is I want to show the full hierarchy of the menu pages. Is there any such Permalink plugin for implementing this?? Please suggest. I am very much needed of this. Thanks in advance.
The issue has been resolved. There is a plug in named custom-permalinks through which any type of Permalink is possible. Official Plug in site