Hi to all
I’m building a recipe website using Meta Box Pro with MB Elementor Integrator.
Everything works well except one issue: I can’t display clickable taxonomy term links for ingredients inside a repeater group.
Here’s my setup:
- Custom Post Type: recipe
- Taxonomy: ingredient (public, queryable, REST enabled, has archive)
- Field Group: Recipe – Data & Content
- Inside it, a repeater group (mt_ingredients) containing:
- Ingredient → Taxonomy (advanced) field → taxonomy: ingredient
- Quantity → Text
- Notes → Text
Everything displays fine in Elementor using the MB Elementor Integrator,
but the ingredient field only outputs the term name or slug, not the full term URL.
When I try to use Dynamic Tags in Elementor (Meta Box Field),
the link only shows:
carrots/
instead of the complete permalink, for example:
https://mangiaandtell.com/ingredient/carrots/
The widget Meta Box Terms is not available in my installation,
and MB Views can’t be activated with my license.
What I need:
- A way to display clickable taxonomy term links (ingredients) from inside the repeater group using Elementor Pro + MB Elementor Integrator,
without using PHP or MB Views.
- If that’s not currently possible, please confirm whether it’s planned or available via another official extension.
Thank you very much for your help,
Fulvio