I know this should work but I can’t seem to make it happen…
{exp:user:stats}
{categories}
{exp:weblog:entries weblog="press-releases" category="{category_body}{category_id}{/category_body}" limit="5" disable="member_data|trackbacks" dynamic="off"}
<div class="teaser">
<h3><a title="{title}" href="{path=news-and-events/press-releases}{entry_id}/{url_title}">{title}</a></h3>
<p class="newsMeta">{entry_date format="%d %F %Y"}</p>
</div>
{/exp:weblog:entries}
{/categories}
{/exp:user:stats}
...any idea what I’m doing wrong? For clarity… I have a weblog called press-releases which is assigned to the same category group as that which is specified in the user module prefs pane for users. I’ve logged in and edited my profile to assign myself to a number of categories in this category group so I was expecting the weblog entries tag to only display those entries that are assigned to these categories but it shows everything… :?
