List Authors For Current Category

Execution of code goes to infinite loop because you missed the_post() in loop. You can list all authors from current category:- Create an empty array for author IDs Check if current author ID exist in that array If No, display the author name and store that author ID in array. If Yes, Then skip that … Read more