Support » Plugin: Events Manager - Calendar, Bookings, Tickets, and more! » [Plugin: Events Manager] wrap shortcodes in html for styling

  • jeremiah411

    (@jeremiah411)


    I have the following shortcode setup and I am trying to figure out where I can put in html to style

    [events_list_grouped mode=”daily” orderby=”event_start_date” order=”ASC” ]
    <h3>#_LOCATIONNAME</h3>
    #_EVENTLINK | #_EVENTTIMES
    [/events_list_grouped]

    I am wanting to wrap it like this.

    <div class=”date” id=”02-03-2012>
    [events_list_grouped mode=”daily” orderby=”event_start_date” order=”ASC” ]
    <div class=”event” id=””>
    <h3>#_LOCATIONNAME</h3>
    #_EVENTLINK | #_EVENTTIMES
    </div>
    [/events_list_grouped]
    </div>

    I have tried this and all it does mess up the html

    http://wordpress.org/extend/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • Did you copy/paste this directly from your code? If so, I may see the problem, you have not closed the quotes on id=”02-03-2012″
    Not sure though.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Events Manager] wrap shortcodes in html for styling’ is closed to new replies.