Title: Default WP Event Banner
Last modified: September 15, 2020

---

# Default WP Event Banner

 *  Resolved [clancel](https://wordpress.org/support/users/clancel/)
 * (@clancel)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/default-wp-event-banner/)
 * Hi. I wish to change the default Event Banner in the event that there is no event
   banner uploaded. Is there a way to upload your own event banner?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdefault-wp-event-banner%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Priya Goenka](https://wordpress.org/support/users/priyagoenka/)
 * (@priyagoenka)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/default-wp-event-banner/#post-13411664)
 * Hi [@clancel](https://wordpress.org/support/users/clancel/)
 * You can change the default image by providing a custom image path in the default
   image filter. Please update your image path in the below code
 *     ```
       function example_callback( $default_img_path ) {
           // Maybe modify $default_img_path  in some way.
           return 'PUT YOUR CUSTOM IMAGE  PATH HERE';
       }
       add_filter( 'event_manager_default_organizer_logo', 'example_callback' );
       ```
   
 * Regards,
    Priya
 *  Thread Starter [clancel](https://wordpress.org/support/users/clancel/)
 * (@clancel)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/default-wp-event-banner/#post-13413952)
 * Thank you for your reply. What is a custom image path? How do you get the code
   for the custom image path? I tried the slug from the Media but it’s not working.
   Can you advise? Thank you.
 *  [Hitesh Makvana](https://wordpress.org/support/users/hiteshmakvana/)
 * (@hiteshmakvana)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/default-wp-event-banner/#post-13415216)
 * Hi [@clancel](https://wordpress.org/support/users/clancel/)
 * Customer image path you is path of your image which you would like to replace
   with our placeholder image.
 * Thank you
 *  Thread Starter [clancel](https://wordpress.org/support/users/clancel/)
 * (@clancel)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/default-wp-event-banner/#post-13415386)
 * I understand but how do I get the code for it?
 *  [Priya Goenka](https://wordpress.org/support/users/priyagoenka/)
 * (@priyagoenka)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/default-wp-event-banner/#post-13433959)
 * Hi [@clancel](https://wordpress.org/support/users/clancel/)
 * You will get the path from your Directory.
 * Regards,
    Priya
    -  This reply was modified 5 years, 9 months ago by [Priya Goenka](https://wordpress.org/support/users/priyagoenka/).

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Default WP Event Banner’ is closed to new replies.

 * ![](https://ps.w.org/wp-event-manager/assets/icon-256x256.png?rev=1622826)
 * [WP Event Manager – Events Calendar, Registrations, Sell Tickets with WooCommerce](https://wordpress.org/plugins/wp-event-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-event-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-event-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-event-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-event-manager/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Priya Goenka](https://wordpress.org/support/users/priyagoenka/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/default-wp-event-banner/#post-13433959)
 * Status: resolved