The donor list is displayed on the admin Donors setting page, but there’s no way to display donors on the front end. Looks like a job for a shortcode. Adding it as a feature request.
–David
A donor wall would be amazing! Thank you very much!
Along with the featured request, can you allow us to manually insert donations to be displayed into the donor wall for people who donated before we started using Seamless Donations!
Thanks!
My plan is to put WordPress hooks in lots of places. I can certainly note this as a possible feature, but I’m hoping to make it possible for you to add that if you want. The idea is just before display, the code would be passed to a filter, which you could tweak as much as you want.
But I’ll also see about making these things accessible in the UI so even modular programming won’t be that necessary. Stay tuned.
–David
Thread Starter
sc4t
(@sc4t)
New for display wall of donors
how can this be shown in a widget/sidebar?
Well, the donors are just custom post types, so any widget that can pull information from a custom post type should be able to display some information.
I do plan on adding some widgets sometime in the future, as well.
–David