Events manager – next categories
-
Hi There,
On my website once you have selected an event and are looking at a single event I want to have three boxes at the bottom showing ‘Other events you may like’ to show three up coming shows in the same category as the event I am currently viewing.
All works okay…..except #_CATEGORYNEXTEVENTS pulls in the event I am viewing first?!
Any Ideas. Below is the code I have added to the single page section in Events settingsEvents – Settings – Formatting
Single Event Page
Default single event format<div class=”singleE” style=”float:left;”>#_EVENTIMAGE{400,300}
<div class=”singleE-name”>#_EVENTLINK</div>#l #d #F #Y
#_EVENTTIMES<div class=”showing”>#_ATT{also_showing}</div>
<div class=”singleN” style=”float:left”>#_EVENTNOTES</div><div class=”booking” style=”clear: both;”>Book Now</div>
</div><div class=”single-side”>
<div class=”cat”>#_CATEGORIES</div>
</div><div class=”next”><div class=”next-title”>You might also like..</div>#_CATEGORYNEXTEVENTS
</div>
- The topic ‘Events manager – next categories’ is closed to new replies.