Title: Replace Default Image
Last modified: April 1, 2026

---

# Replace Default Image

 *  Resolved [Michael Rieder](https://wordpress.org/support/users/teamtacho/)
 * (@teamtacho)
 * [1 month, 4 weeks ago](https://wordpress.org/support/topic/replace-default-image-2/)
 * Hi Team
 * I have some post without a featured image. These post will have your/wp default
   image. How can I raplace those images or hide it and keep the image of featured
   image posts.
 * Best Regards

Viewing 1 replies (of 1 total)

 *  Plugin Support [Pulak Ahmed](https://wordpress.org/support/users/pulak00/)
 * (@pulak00)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/replace-default-image-2/#post-18872771)
 * Hello [@teamtacho](https://wordpress.org/support/users/teamtacho/),
 * Yes, it’s possible to change the default placeholder image to a custom image 
   using the following hook. You can change the image URL to set one of yours.
 *     ```wp-block-code
       function my_custom_placeholder_image( $placeholder_img ) {    return 'https://yourwebsite.com/wp-content/uploads/custom-placeholder.png';}add_filter( 'pcp_no_thumb_placeholder', 'my_custom_placeholder_image' );
       ```
   
 * Apply the code and the default placeholder image will be updated.
 * Thank you.

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Freplace-default-image-2%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/post-carousel/assets/icon-256x256.gif?rev=3514591)
 * [Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News](https://wordpress.org/plugins/post-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/post-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-carousel/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Pulak Ahmed](https://wordpress.org/support/users/pulak00/)
 * Last activity: [1 month, 3 weeks ago](https://wordpress.org/support/topic/replace-default-image-2/#post-18872771)
 * Status: resolved