jchristopher / menu-breadcrumb

[WordPress Plugin] Generate a breadcrumb trail from a WordPress Menu
GNU General Public License v2.0
20 stars 9 forks source link

Create URL structure based on Menu #8

Closed levycarneiro closed 1 year ago

levycarneiro commented 1 year ago

Hello Jon, thanks for this nice plugin!

Similar to how this plugin creates a breadcrumb derived from a Menu, for example:

Library > Book 1 > Chapter 1

Would there be a way to create a URL structure also derived from the Menu?

For example: /library/book-1/chapter-1

As opposed to CPT URL scheme: /chapters/chapter-1

Would you know if this plugin can be extended to have such functionality?

Thanks very much! Levy

levycarneiro commented 1 year ago

Closing this ticket as we were able to achieve this with custom code in functions.php.