johanlwc
Forum Replies Created
-
@shonu or someone else.
I’m pretty lost on where to put the code.
I have moved the folders and filed to my themes folder.
I understand that I need to modify the attendees.php file.Can anyone please guide me how to do this.
I just want a list of usernames of the people booked to an event.
still need to figure out what to modify in attendees.php
OK, found out about using template files
http://wp-events-plugin.com/documentation/using-template-files/I need to modify
get_avatarto what?<ul class="event-attendees"> <?php foreach($people as $EM_Person): ?> <li><?php echo get_avatar($EM_Person->ID, 50); ?></li> <?php endforeach; ?> </ul>Thanks,
I can find the attendees.php file at wp-content/plugins/events-manager/templates/placeholders/
Not sure what to modify and the location /plugins/events-manager/placeholders/ does not exist.