Hopefully someone can shed some light on this. I’m trying to pass the current group_id from the logged in user into the search parameter of the exp:channel:entries tag. But it is not working.
This works:
{exp:channel:entries search:custom_field="1" }
channel content
{/exp:channel:entries}This doesn’t:
{exp:channel:entries search:custom_field="{group_id}" }
channel content
{/exp:channel:entries}Any insight on why this does not work would be greatly appreciated.
-a