I’m fighting with categories, which I seem to do alot… :long:
EE 1.64, Build: 20080808
Trying to list categories that have entries in specific weblog - the category group is used with a few different weblogs.
My Code:
{exp:weblog:categories weblog="events" show_empty="no" style="linear" show_future_entries="yes"}
<a href="http://{homepage}city_events/{category_url_title}" title="{category_name}"> {category_name}</a>
{/exp:weblog:categories}
Questions:
Should “weblog=events” limit the categories returned to those that have entries in “events” weblog? Because it does not seem to.
show_future_entries effects the resulting list although it is not show in the docs, should it?
Thanks for any assistance.