Here's how to make event images links
-
I wasn’t able to find a post explaining how to make an image of an event in the event list also a clickable link. After some testing I found how to make is work.
in Events > settings > formatting tab > events > “default event list format” simply add this short code:
<a href="#_EVENTURL">#_EVENTIMAGE{150,150}</a>
I also wrapped it in a div so I could use css to line it up the way I want. This shortcode will allow you to click on the display image to bring you to the related event page.
You can change the set of numbers after
#_EVENTIMAGE
to adjust the height and width of the display image.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Here's how to make event images links’ is closed to new replies.