Only display list of authors with specific author meta
-
I’m using a customized author template and have successfully collected 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?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Only display list of authors with specific author meta’ is closed to new replies.