Custom Image for a category
-
Hi,
I need quite a small change, however it is causing me a few issues. I would like to display an image for each event based on the category it is associated with.
ie. if set to flight, show flight pic. I am using the below to get the results out and can code form there, however using a custom page then breaks the category search function. How do I create a custom events-list.php page without breaking the search functionality?
$events = EM_Events::get( array('scope' => 'future') );?> <?php foreach($events as $EM_Event){ //my code }?>Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom Image for a category’ is closed to new replies.