The image of the contact person displayed in the contact box is usually transferred from the broker software and displayed automatically.
Create/replace photo contact person in the WordPress backend
Initial situation:
- No image can be sent from your broker software
- You want to display a different image than the one transferred from the broker software
In both cases, you can also store or replace the image in your WordPress backend. The stored image is retained the next time it is transferred from the broker software and is not overwritten with the image from the broker software.



Filter for activating manual editing in the WordPress backend
To enable manual editing of the contact person, please add the following filter to the functions.php in your WP-ImmoMakler ChildSkin:
add_filter('immomakler_attachment_update_person_photo', '__return_false');
Output thumbnail of the contact person as well
To output the thumbnail, you can either transfer the image from the broker software or manually add the image to the contact person in the backend.
