I hope I am not bumping a topic that should have vanished a long time ago. I tried searching but couldn’t quite come up with a related post. So here is my problem:
I want to get all the authors of a blog listed on one page. Therefore I have used the get_author_profile plugin. Since the blog will have many contributors/authors there is no way I am going to set up a profile for everyone (too much work and maintenance). Thus I have looked into running the plugin in a loop but have failed. Mostly because I don’t code or don’t know how.
From what I have gathered the query for users has changed in the database from 1.5 to 2.0. I tried c&p the above mentioned. This has resolved on error code and puts out a new one instead.
Warning: Invalid argument supplied for foreach() in ...
I guess that means that the loop in itself is somewhere incorrect.
Would a kind soul help me please? I’d be very happy.
The site in question would be https://www.idleware.com/trickfilmklasse/about/
The php in question is stored here (link)