I have added the Table Template add-on to my website and have followed the customization directions to remove the venue column and the datetimes column.
My events have custom field data that says the days of the week and times my classes occur. Is there away to add this data as two new columns in the table template?
The Advanced Custom Fields plugin makes things a little easier because you can use the get_field() function. So for example in your template you add the rows to the column headings like this:
<th class="th-group">Custom Field day</th>
<th class="th-group">Custom Field times</th>
Then later in the template, inside the loop, you add something like this:
The support post ‘Table Template Add-On Show Custom Field Data’ 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.