Title: Image on post page
Last modified: August 22, 2016

---

# Image on post page

 *  [teambadv_blog](https://wordpress.org/support/users/teambadv_blog/)
 * (@teambadv_blog)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/image-on-post-page/)
 * an image marker shows up on the post page, I don’t see where to replace or remove
   it? It is not in code on the text view either. Thanks

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

 *  Theme Author Anonymous User 13805271
 * (@anonymized-13805271)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/image-on-post-page/#post-5711735)
 * Excuse me, but I don’t really get what “an image maker” means. Do you be able
   to post the url?
 *  Thread Starter [teambadv_blog](https://wordpress.org/support/users/teambadv_blog/)
 * (@teambadv_blog)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/image-on-post-page/#post-5711743)
 * You will notice that to the left of the Hellow World there is a white square 
   with the words “no image” in it.
 *  Theme Author Anonymous User 13805271
 * (@anonymized-13805271)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/image-on-post-page/#post-5711761)
 * Thanks, I understood!
 * In order to delete it, delete following code in archive.php, home.php and front-
   page.php.
 *     ```
       else {
                       echo '<img src="' . get_template_directory_uri() . '/img/no-image.jpg" alt="No Image" width="150" height="150" class="attachment-thumbnail">';
                   }
       ```
   
 * Hopefully it can help.
 *  Thread Starter [teambadv_blog](https://wordpress.org/support/users/teambadv_blog/)
 * (@teambadv_blog)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/image-on-post-page/#post-5711775)
 * Thank you! Mine looked a little different but here is what worked for future 
   reference ( I did not have to change the archive.php:
 * In order to delete it, delete following code in home.php and front-page.php.
 * { echo ‘<img src=”‘ . get_template_directory_uri() . ‘/img/no-image.jpg” alt=”
   No Image” width=”150″ height=”150″ class=”attachment-thumbnail”>’;
    }

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

The topic ‘Image on post page’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/blanc/2.0.4/screenshot.png)
 * Blanc
 * [Support Threads](https://wordpress.org/support/theme/blanc/)
 * [Active Topics](https://wordpress.org/support/theme/blanc/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/blanc/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/blanc/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [teambadv_blog](https://wordpress.org/support/users/teambadv_blog/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/image-on-post-page/#post-5711775)
 * Status: not resolved