Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Category and Staff columns in [espresso_table] | Event Espresso - Staging Server

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

Viewing 1 reply thread


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

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.

Viewing 1 reply thread

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 - Staging Server