I’m trying to limit display to a certain number of categories. I udnerstand that I need to use a tag to go this but the docs don’t say where to put it exactly and after multiple attempts I can’t figure it out. Could someone help with this simple question please?
The general query is
{exp:weblog:categories weblog=”{master_weblog_name}” }
<a href=”{path={template_group_name}/index}”>{category_name}</a>
{/exp:weblog:categories}
I tried inserting category=“2|45|4|9” etc in various places (I though it should go after {master_weblog_name}” but no luck).
