Title: search.php
Last modified: August 21, 2016

---

# search.php

 *  Resolved [mistercomparador](https://wordpress.org/support/users/mistercomparador/)
 * (@mistercomparador)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/searchphp-1/)
 * hi everybody,
    I’ve 4 post. All of them have a featured image. When I use the
   search (widget), the results haven’t image. Why? Can you help me?

Viewing 1 replies (of 1 total)

 *  Thread Starter [mistercomparador](https://wordpress.org/support/users/mistercomparador/)
 * (@mistercomparador)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/searchphp-1/#post-4977493)
 * Already OK,
    In search.php, I put:
 *     ```
       <?php global $post; $post_featured_image = wp_get_attachment_url(get_post_thumbnail_id($post->ID)); ?>
       ```
   
 * after of:
 *     ```
       <?php if(have_posts()) { while ( have_posts() ) : the_post() ?>
       ```
   
 * I hope this can help another users!
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_

Viewing 1 replies (of 1 total)

The topic ‘search.php’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/reviewgine-affiliate/1.4/screenshot.
   png)
 * Reviewgine Affiliate
 * [Support Threads](https://wordpress.org/support/theme/reviewgine-affiliate/)
 * [Active Topics](https://wordpress.org/support/theme/reviewgine-affiliate/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/reviewgine-affiliate/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/reviewgine-affiliate/reviews/)

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)

 * 1 reply
 * 1 participant
 * Last reply from: [mistercomparador](https://wordpress.org/support/users/mistercomparador/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/searchphp-1/#post-4977493)
 * Status: resolved