Hi there
Is it possible to generate a list of users in Twig? I just want a list of users, grouped by Title, and including their account pictures.
Thank you
Nick
Hi there
Is it possible to generate a list of users in Twig? I just want a list of users, grouped by Title, and including their account pictures.
Thank you
Nick
@nick1, You’ll need to create a custom plugin for that:
$this->grav['locator']->findResource('account://', true);