[Plugin: Events Manager] wrap shortcodes in html for styling
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Events Manager] wrap shortcodes in html for styling’ is closed to new replies.