Good afternoon,
I have a question regarding the 4SEF extension and the behavior of breadcrumbs with it.
Suppose we have a menu structure like the following:
Destinations > Cities > Paris
And inside the last menu I have an article called “10 things to do in Paris”.
Joomla core would generate this URL:
mydomain.com/destinations/cities/paris/10-things-to-do-in-paris
And if I enable the breadcrumbs module, it would work correctly showing the links of all the submenus.
Home > Destinations > Cities > Paris > 10 thins to do in Paris
However, if I want to shorten the URL to show only the title of the article:
mydomain.com/10-things-to-do-in-paris
If I do this in Joomla core using a hidden menu, the breadcrumbs stops working as I want because it shows the hidden menu structure.
Home > 10 thins to do in Paris
Would the breadcrumbs work correctly using the 4SEF extension?
That is, the short URL is displayed, but the breadcrumbs shows the entire menu path and submenus.
mydomain.com/10-things-to-do-in-paris
Home > Destinations > Cities > Paris > 10 thins to do in Paris
Thanks Yannick.