Skip to content

Release v1.2.0

Choose a tag to compare

@robbdeveloper robbdeveloper released this 01 Jun 15:14
· 2 commits to main since this release

What's new

Elementor Pro taxonomy loop support for the [aeip_icon] shortcode.

  • Auto-detects the current term from $wp_query->loop_term inside Elementor taxonomy loops
  • Still works on native taxonomy archives via get_queried_object()
  • Explicit targeting unchanged: term_id, term, or post_id="term_123"

Usage in Elementor loops

[aeip_icon field="cat_icon"]

No extra attributes needed — each loop item’s term is picked up automatically.