Title: Get /Display Post image
Last modified: August 21, 2016

---

# Get /Display Post image

 *  Resolved [lizzydevine](https://wordpress.org/support/users/lizzydevine/)
 * (@lizzydevine)
 * [13 years ago](https://wordpress.org/support/topic/get-display-post-image/)
 * Hi,
 * I’ve created a custom field where you can choose a post.
    I need to display the
   Posts thumbnail (first image), the title and make this whole thing a link to 
   the post.
 * Can’t really figure out the code for this.
    My custom field is called “headline1”
 * Thanks so much
    Jimmy
 * [http://wordpress.org/extend/plugins/kontrol-developer-kit/](http://wordpress.org/extend/plugins/kontrol-developer-kit/)

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

 *  Thread Starter [lizzydevine](https://wordpress.org/support/users/lizzydevine/)
 * (@lizzydevine)
 * [13 years ago](https://wordpress.org/support/topic/get-display-post-image/#post-3678641)
 * never mind.. I figured it out:
    this is my code:
 *     ```
       <?php $plink = get_setting('headline2');?>
        <?php $postid = url_to_postid($plink);?>
   
       <?php echo get_the_post_thumbnail($postid);?>
       <h2>
       <a href="<?php  echo get_setting('headline2');?>"> <?php echo get_the_title($postid); ?>  </a>
       </h2>
       ```
   
 *  Plugin Author [Kontrolwp](https://wordpress.org/support/users/kontrolwp/)
 * (@kontrolwp)
 * [13 years ago](https://wordpress.org/support/topic/get-display-post-image/#post-3678924)
 * Glad you figured it out lizzy, I’ll mark this as resolved now.

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

The topic ‘Get /Display Post image’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/kontrol-developer-kit.svg)
 * [Kontrol Developer Kit](https://wordpress.org/plugins/kontrol-developer-kit/)
 * [Support Threads](https://wordpress.org/support/plugin/kontrol-developer-kit/)
 * [Active Topics](https://wordpress.org/support/plugin/kontrol-developer-kit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kontrol-developer-kit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kontrol-developer-kit/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Kontrolwp](https://wordpress.org/support/users/kontrolwp/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/get-display-post-image/#post-3678924)
 * Status: resolved