Just to clarify, the tests have already accomplished and how I am doing now.
Currently, I created the page:
team.php
Setting the top:
/*
Template Name: Team
*/
That is, a template file in my WordPress theme.
And I tried to use the tag: wp_list_authors
But does not list all that I want and does not separate the roles.
So I had to manually create the function: get_userdata
Example:
$user_info = get_userdata ($x);
$user_info->display_name;
$user_info->nickname;
$user_info->description;
But as the team is constantly changing, I can no longer be editing this page manually, and it would be essential to be updated automatically using the roles of plugin Capability Manager to separate the members.
Thank you.
You can use this plugin that does some of what you want:
http://wordpress.org/extend/plugins/alkivia/
Txanny, thank you for your reply.
But I already have a list and a custom profile page of the authors with my layout and didn’t like the layout of the plugin (Default Users profile list and Default User profile page).
So I wonder if I have to make that list automatically without plug-in, only by going team.php I’ve created and style and making a list as follows (separating the roles):
Admin.
List of administrators BLOG
Editor
List of Editors BLOG
Columnist (also separating the new roles that I created with the plugin: Capability Manager)
List of Columnists
Moderator
List of moderators
Anyway, just want to do this and automatically, every page and structure I already have created. Can anyone help me?
Thanks
I believe it isn’t possible.
At least, not in WordPress.
With Joomla is easy, but WordPress still lack a good plugin or tag of the system to do that.
wp_list_authors really isn’t useful for this (so far). But if anyone knows how to do this, just post here that I also be very grateful, because it is widely used.
I still can’t create a dynamic page to list the users of my blog separated by role.
Does anyone have any solution?
Thank you.
Well, here is difficult to anybody to answer, as you’re asking on the Cpabality Manager plugin forum. And your question is not related to the plugin. Try on the WordPress support forums 😉