Support

Home Forums Event Espresso Premium Category and Staff columns in [espresso_table]

Category and Staff columns in [espresso_table]

Posted: October 8, 2012 at 12:03 pm


Mark

October 8, 2012 at 12:03 pm

Running espresso Version 3.1.27.1.P

1) Is it possible to have a column that shows the category associated with each event in the espresso_table?

I tried: “

2) Is it possible to have a column that shows the staff member associated with each event in the espresso_table?

I tried: “


Josh

  • Support Staff

October 9, 2012 at 7:46 am

There are shortcodes that can be used for these. For the category name, you can add this to the template:

<?php echo do_shortcode('[CATEGORY_NAME event_id="'.$event->id.'"]');?>

For the staff member, you can use something like this:

<?php echo do_shortcode('[ESPRESSO_STAFF event_id="'.$event->id.'" show_staff_details=false show_description=false]');?>

Note that in the above example, you may need to set more of the available parameters to false since they default to true. The above example will display the staff image and name.

The support post ‘Category and Staff columns in [espresso_table]’ 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.

Event Espresso