简体   繁体   中英

Change Submenu URL in Joomla

I need to change sub menu URLs in Joomla.

在此处输入图片说明

In the above example, if I click Graphic design, then the URL showing:

www.mydomain.com/moreservices/graphicdesign.html

But I don't need "moreservices" in the above URL.

The same way, suppose if I click the Walkthrough, the URL is

www.mydomain.com/moreservices/3d/walkthrough.html

Here I don't need "moreservices/3d/" from the URL. How can I change URL?

Unfortunately there is no easy fix for this because that is how Joomla builds a URL from a menu item. The only way to get rid of the parent menu item is to create a new menu where you will move all of the sub menu items to. They have to be top level items in this new menu so that the URLs look like you want them to. You do not need to put this menu in a module, it does not need to display anywhere, it just needs to exists.

Next, once you have moved all the sub menus to this new menu, you will create new menu item aliases for each of them. A menu alias inherits its URL from the menu item it redirects to so your URLs should look like you want them to.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM