Sorry, I didn’t explain correctly. I have to add it automatically. We need to create fundraising forms with Formidable Forms plugin (it has this feature) but I don’t know how to add donor wall. I tried to add smth like echo do_shortcode( ‘[give_donor_wall columns=”1″ show_total=”true” show_avatar=”false” show_comments=”true” form_id=”<?php the_ID(); ?>”]’ ); but it doesn’t work.
Also if you tell me how to add it in functions.php I will be very appreciate because I wouldn’t like to edit content-single-give-form.php after each update.