• Resolved jaap115

    (@jaap115)


    Hello!

    I would like to set the breadcrumb title to a ACF field by default for specific post types. Is there a hook and a example for this?

    Thanks!

    • This topic was modified 3 years, 7 months ago by jaap115.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support devnihil

    (@devnihil)

    @jaap115 You are able to programmatically edit the breadcrumbs pathway from within your theme’s functions.php file by using the wpseo_breadcrumb_links developer filter. You can find some example code on how to use this filter available here.

    In addition, wpseo_breadcrumb_single_link is another developer filter that is available, which allows you to edit indiviudal items in the breadcrumbs pathway. Example code usage for it can found here.

    When using developer filters to customize the breadcrumbs in functions.php, we recommend using a child theme so as to preserve your changes.

    If you aren’t sure of how to implement customizations using a developer filter in functions.php we would recommend reaching out to your theme provider, 3rd party WordPress developer, or Yoast Partner for additional assistance.

    Thread Starter jaap115

    (@jaap115)

    Hi @devnihil

    Thanks for the fast response. I do indeed use a child theme. Thanks for the fast response this was exactly what I was looking for

    Cheers!

    Plugin Support devnihil

    (@devnihil)

    @jaap115 Thanks for your reply and confirming that will help resolve it for you. We are going ahead and marking this issue as resolved but please let us know if you require any further assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dynamic breadcrumb title’ is closed to new replies.