Thank you for your prompt reply. I went ahead and saved the donors.php file to my theme directory. The code does not seem to work though. It simply displays the echo code on the front end but does not display the “organization” field.
Here is how I added the code:
(if I wrap the echo in php tags it also does not work)
……………………………………….
echo $donor->get_avatar();
if ( $view_args[ ‘show_name’] ) : ?>
<p class=”donor-name”><?php echo $donor->get_name() ?></p> echo $donor->get( ‘organisation’ );
…………………………………………….
Do I need to add something else?
Can you help me correct the code to make it work?
Can I also add the “Website” field in this way?
Thank you!