• Hi,

    Is there a way to combine these two Placeholders:

    #_ATTENDEES Shows the list of user avatars attending the event. #_ATTENDEESLIST Shows the list of people attending the event.

    I would like to show the avatar and the name together, no separately.

    Thanks,

Viewing 1 replies (of 1 total)
  • Create a directory wp-content/plugin-templates/events-manager/placeholders then copy the file attendees.php to that directory. The file attendees.php is located in wp-content/plugins/events-manager/templates/placeholders. Modify the copied version of attendees.php to add the avatar. You can compare attendees.php and attendeeslist.php to see how to add the avatar (attendeeslist.php is also located in the same directory as attendees.php). After this #_ATTENDEES will show both the avatar and the name.

Viewing 1 replies (of 1 total)
  • The topic ‘Placeholders – Attendees list – Show Avatar and name’ is closed to new replies.