Hi,
I wonder how to assign staff members to an event without getting the whole profile there!
It would be nice to have the “event related staff list” with short description and a link from there to full profile.
****
Also great to have a general staff list which is not related to any specific event.
Thanks a lot in advance for any help on this topic.
The staff shortcode function is in includes/shortcodes.php starting at line 505. It is in an overwritable wrapper, which means that you can copy that whole function and paste it to one of the following:
1 – Your theme’s functions.php file. It may get overwritten the next time you update your theme.
2 – The EE custom files add-on in the custom_functions.php file.
3 – Use this blank plugin to hold the custom function.
Once you have a copy of the staff shortcode function somewhere, you can customize it to show only what you want. You could also add in another attribute like show_all=true, so that if that is present in the shortcode, it will show all the staff, not just the ones for a specific event.
Viewing 1 reply thread
The support post ‘Staff profile too long!?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.