Override default formatting for [events_list]
-
I want to keep the default event list formatting for my homepage but on the single event post page I want to override the [event_list} formatting.
I am trying to bring up the other events beside the single event post. Is there an easy way to do this? I didn’t want to use widgets unless there is an easy way to do it.
This is what I have in the Single event page format.
<table width=”100%”>
<tr>
<td width=”70%” valign=”top”><h3>#_EVENTNAME</h3>
Date/Time<br/>
Date(s) – #_EVENTDATES<br /><i>#_EVENTTIMES</i>
</p>
{has_location}
<p>
Location<br/>
#_LOCATIONLINK
</p>
{/has_location}<br style=”clear:both” />
#_EVENTNOTES
</td>
<td width=”5%”></td>
<td width=”25%”>
<h3>Upcoming Events</h3>[events_list category=”events” limit=10]</td>
</tr>
</table>The page I need help with: [log in to see the link]
- The topic ‘Override default formatting for [events_list]’ is closed to new replies.