Hello,
How can i list the author of the category?
For example;
CAT NAME : INTERNET
AUTHOR: JOHN, DOE, ALEX
CAT NAME: TECH
AUTHOR: JOHN
CAT NAME: CODE
AUTHOR: ALEX
Regards
Hello,
How can i list the author of the category?
For example;
CAT NAME : INTERNET
AUTHOR: JOHN, DOE, ALEX
CAT NAME: TECH
AUTHOR: JOHN
CAT NAME: CODE
AUTHOR: ALEX
Regards
Maybe I'm wrong but as far as I know it's not possible to assign a category to an author. You can use the get_the_author function: http://codex.wordpress.org/Function_Reference/get_the_author to display the author of a post/page/portfolio entry but categories are not assigned to a certain author.
You must log in to post.