Title: WP Featured Image
Last modified: September 6, 2017

---

# WP Featured Image

 *  Resolved [taadaagina](https://wordpress.org/support/users/taadaagina/)
 * (@taadaagina)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/wp-featured-image/)
 * Hello I would like to know how to get the blog article’s”Featured Image” to show
   up in the created PDF? I found this article and followed the directions:
    Hi 
   Rantamies, By default the PDF template only outputs the title and the content
   but templates are customizable, here is how do to it: [http://wp.dinamiko.com/demos/dkpdf-generator/doc/how-to-use-dk-pdf-generator-templates-in-your-theme/](http://wp.dinamiko.com/demos/dkpdf-generator/doc/how-to-use-dk-pdf-generator-templates-in-your-theme/)
 * If you are using Featured image, here is a template ready, just unzip and upload
   dkpdfg folder to the root of your theme: [http://wp.dinamiko.com/demos/dkpdf-generator/dkpdfg.zip](http://wp.dinamiko.com/demos/dkpdf-generator/dkpdfg.zip)
 * I have a feeling it is for the Generator version and I am using the free version.
   Do you have a suggestion? (I put the folder with PHP file in both the parent 
   and child theme root folders) Thank YOU!!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwp-featured-image%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/wp-featured-image/#post-9502236)
 * Hi taadaagina,
 * I just created a template with Featured image for DK PDF:
    [https://gist.github.com/Dinamiko/ddc5e2a5b3de2601e41b99c24f48ea44](https://gist.github.com/Dinamiko/ddc5e2a5b3de2601e41b99c24f48ea44)
 * the only difference with the default dkpdf-index.php template is that I added
   code for getting the featured image, just before the_content:
 *     ```
       <?php if( has_post_thumbnail() ) {
          the_post_thumbnail();
       } ?>
       <?php the_content();?>
       ```
   
 * Thanks,
    Emili
    -  This reply was modified 8 years, 8 months ago by [dinamiko](https://wordpress.org/support/users/dinamiko/).

Viewing 1 replies (of 1 total)

The topic ‘WP Featured Image’ is closed to new replies.

 * ![](https://ps.w.org/dk-pdf/assets/icon-256x256.png?rev=3396282)
 * [DK PDF - WordPress PDF Generator](https://wordpress.org/plugins/dk-pdf/)
 * [Support Threads](https://wordpress.org/support/plugin/dk-pdf/)
 * [Active Topics](https://wordpress.org/support/plugin/dk-pdf/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dk-pdf/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dk-pdf/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/wp-featured-image/#post-9502236)
 * Status: resolved