• Resolved pasamike

    (@pasamike)


    I am currently using [events_list] successfully to achieve one result. That said, is there a simple tutorial or can someone assist in a simple way to add an additional “list”/shortcode in order to provide a result with very different formatting?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    You can try something like

    
    [events_list format_header="<table>" format_footer="</table>"]
    <tr>
      <td>#_EVENTNAME</td>
    </tr>
    [/events_list]
    
    Thread Starter pasamike

    (@pasamike)

    @angelo_nwl Thank You!!! Worked perfect. ??

    Since you were so good with this one, I have a follow up, do you know if there is a placeholder format for secondary taxonomies? If not, don’t sweat it. That’s my next challenge and then I think I have Events Manager doing everything I need!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    You can re-post your other question in a separate thread to avoid confusion.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘create secondary events list’ is closed to new replies.