Hi,
I know there’s ways to go around it, like using embeds and stuff, but I’d just like to get an example (and perhaps you can add it to documentation) of “best practice” of showing entries based on member’s categories. For example, this should work in theory:
{exp:user:stats member_id="{member_id}"}
{categories}
{category_body}{embed="site/.show_entries" cat_id="{category_id}|"}{/category_body}
{/categories}
{/exp:user:stats}
Embed has the exp:weblog tag parameter category=" show {embed:cat_ids}"
But is there a trick where we don’t have to use embed?
