Tagged: breadcrumbs, slug
Is there a way to display URL path or page slug as breadcrumbs instead of pages’ title?
Hi,
Thank you for the clarification.
That should be possible with the “avia_breadcrumbs_trail” filter.
Example: https://kriesi.at/support/topic/breadcrumb-trail-2/#post-1036549
You can extract the path in the URL using the $_SERVER variable.
// https://stackoverflow.com/questions/6768793/get-the-full-url-in-php
Best regards,
Ismael