fbpx
Be a part of our upcoming webinar on the   Attendee Information Addon   on the 24th April at 10:00 PM IST. Register Now! and Get EXCITING OFFER.
How can we help?

How to replace default event banner placeholder image

Replace default event banner placeholder image

In order to add the default image in the banner, when someone does not submit any event banner, you can add the following code,

  1. Open your child theme,
  2. Add the code into the funtions.php file:
    add_filter( 'event_manager_default_event_banner','your_theme_slug_default_event_banner');
    function your_theme_slug_default_event_banner($image_path){
    
    	$image_path = 'YOUR IMAGE PATH HERE';
    
    	return $image_path;
    	
    }
    
  3. Save.
How To Replace Default Event Banner Placeholder Image
Editorial Team

Our team constantly explores ways that technology can help us reinvent industries. We want to change the world by creating great products that transform industries. We Dream It, We Make It.

Quick Links
Close
Close