Forum
Can I output a members tags onto the page?
Hi,
Is it possible to output a list of tags a member has assigned out into the page?
I've tried
echo perch_member_get('Tags');
And...
echo perch_member_get('Tags', true);
But the first returns nothing, and the second just returns the word 'Array'.
Thanks in advance :)
I don't think so, no. They're not intended as content, but more of a management tool.