I’m using a customized WordPress author template and have custom meta information for an author’s business industry within the user profile.
I want to have a page/post that will display only the authors with a similar industry meta field – like where author’s industry is equal to ‘Graphic Design,’ for instance.
I have:
<?php echo $curauth->industry; ?>
I want a page/post to show a list of all authors where ‘industry’=’Graphic Design’
Does that make sense and is it possible?