Hi,
I’ve got 2 sites running on MSM - the first site has a weblog and categories/groups set up, and on the 2nd site, I’m trying to pull those category groups out using:
<select>
{exp:weblog:categories site="default_site" weblog="gallery" style="linear" category_group="17"}
<option value="{path=gallery}">{category_name}</option>
{/exp:weblog:categories}
</select>However, it doesn’t want to show anything. The category group does exist (removing category_group=“17” from the exp:weblog:categories shows all the categories) - any ideas? Is this a known limit, or bug?
This is on an older build (1.6.8 Build 20090723) - updating it is next on my list, but not critical up to this point…
Thanks,