Title: Breadcrumbs in loop
Last modified: March 16, 2023

---

# Breadcrumbs in loop

 *  Resolved [Lukas](https://wordpress.org/support/users/effecto/)
 * (@effecto)
 * [3 years ago](https://wordpress.org/support/topic/breadcrumbs-in-loop/)
 * Hi,
 * we are trying to list posts with Yoast Breadcrumbs, but actually it looks like
   it is not possible without any workaround. 
   yoast_breadcrumb() not working in
   this case, it works only when is_singular()Do you have any idea, or workaround
   how to achieve this?
 *     ```wp-block-code
       $postsWithBreadcrumbs = new WP_Query($args);
       if ($postsWithBreadcrumbs->have_posts()) {
       	while ( $postsWithBreadcrumbs->have_posts() ) {
       		$postsWithBreadcrumbs->the_post();
   
       		/* TODO: get post breadcrumbs here */
   
       	}
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Support [Maybellyne](https://wordpress.org/support/users/maybellyne/)
 * (@maybellyne)
 * [3 years ago](https://wordpress.org/support/topic/breadcrumbs-in-loop/#post-16566703)
 * Hello [@effecto](https://wordpress.org/support/users/effecto/)
 * Thanks for using the Yoast SEO plugin.
 * I’m sorry we can’t provide this level of support here; it’s dedicated to offering
   support for the simple use of the plugin, which doesn’t include the development
   support you’re requesting. We can’t offer support on custom code needed to change
   the core features of our plugin.

Viewing 1 replies (of 1 total)

The topic ‘Breadcrumbs in loop’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Maybellyne](https://wordpress.org/support/users/maybellyne/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/breadcrumbs-in-loop/#post-16566703)
 * Status: resolved