• Is there a way to display URL path or page slug as breadcrumbs instead of pages’ title? like this
    home/url0/url1/url2/url3/

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Phi Phan

    (@mr2p)

    Hello @tomchase,

    Thank you for your feedback. This block only supports displaying the page/post titles in the breadcrumbs. If your titles are too long, you can use CSS or PHP to trim them. For PHP, you can use the filter breadcrumb_block_get_items and customize the breadcrumb items. You can also replace the titles with slugs using this filter, but this is not recommended. The easiest way to solve your problem is to use CSS or PHP to cut off the long text. Please learn more about the PHP filter in another thread here.

    Best regards, Phi.

Viewing 1 replies (of 1 total)
  • The topic ‘URL path or page slug for breadcrumbs’ is closed to new replies.