Support

Home Forums Event Espresso Premium showing staff name on [event_list] and time

showing staff name on [event_list] and time

Posted: September 19, 2012 at 9:47 am


gpoisat

September 19, 2012 at 9:47 am

hello,
just 2 things:
1. Showing the staff members name on event list. I turned on staff manager already but nothing is showing up. (Example: Trainer: name)

  1. showing the entire name of the day on the events with event_list (example: monday)


Dean

September 20, 2012 at 12:37 am

Hello,

Both of these would require customising the event_list_display.php template.

1) you would need to insert the staff shortcode (in php form) into the code.

2) You would need to amend the date/time format php date formats according to what you need.

Note that when customising template files, you should copy the files to the uploads/espresso/templates folder first and modify the copied file


gpoisat

September 26, 2012 at 7:10 am

I tried changing date_format to ‘l jS \of F Y’ on the date: section of event_list_display.php but nothing changes.

  • This reply was modified 11 years, 6 months ago by  gpoisat.


Dean

September 26, 2012 at 8:02 am

Can you repost that please. it wasnt shown.


gpoisat

September 26, 2012 at 2:30 pm

changing

>

to

it doesn’t change anything I’m looking for this Monday on October 1, 2012

  • This reply was modified 11 years, 6 months ago by  gpoisat.
  • This reply was modified 11 years, 6 months ago by  gpoisat.


gpoisat

September 26, 2012 at 2:37 pm

changing
?php echo event_date_display($start_date, get_option(‘date_format’)) ?>>

to
?php echo event_date_display($start_date, get_option(‘l jS \of F Y’)) ?>
it doesn’t change anything I’m looking for this Monday on October 1, 2012

I took off “<" so it can show code….the code just keep disappearing when I use the code icon


Dean

September 26, 2012 at 11:50 pm

Hi,

I think I have a simpler solution.

WordPress dashboard Settings > General > Date Format > Custom add this

l jS \o\n F Y


gpoisat

September 27, 2012 at 11:12 am

ha! so simple

The support post ‘showing staff name on [event_list] and time’ 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