Hello! I love the foo-followers extension! However, I have spent a mind boggling amount of time trying to get the user’s number of following and followers to display from the query. Does anyone have any advice on how to do this?? My website is servicestays.com
I’m sorry for the delay. It’s possible, but requires custom development. Followers are implemented as a custom hidden comment type in WordPress, you can try using our query API (from the developer docs) or the core WordPress get_comments function, and cache the number to prevent running queries on every page refresh. We also plan to release this extension (currently it’s just a sample for the developer docs) and develop it, adding new features.