Title: Thumbnails &amp; Description
Last modified: September 30, 2016

---

# Thumbnails & Description

 *  [guyshahar](https://wordpress.org/support/users/guyshahar/)
 * (@guyshahar)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/thumbnails-description/)
 * Hi – is it possible to include the thumbnails and descriptions with this plugin?

Viewing 1 replies (of 1 total)

 *  [Ike Ten](https://wordpress.org/support/users/ike-ten/)
 * (@ike-ten)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/thumbnails-description/#post-8447641)
 * Yes use `<?php the_post_thumbnail(); ?>` and `<?php the_excerpt();?>`
 * Example :
 *     ```
       if ( $custom_query->have_posts() ) : while ( $custom_query->have_posts() ) : $custom_query->the_post(); ?>
       <h3><a href="<?php the_permalink(); ?>"> <?php the_title(); ?></a></h3>
       <p class="details">By <a href="<?php the_author_posts() ?>"><?php the_author(); ?> </a> / On <?php echo get_the_date('F j, Y'); ?> / In <?php the_category(', '); ?></p>
       <?php if (has_post_thumbnail()) : ?>
   
       <figure> <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail(); ?></a> </figure>
       <p ><?php the_excerpt();?></p>
       <?php
       endwhile;
       endif; else:
       endif;
       ?>
       ```
   
    -  This reply was modified 9 years, 6 months ago by [Ike Ten](https://wordpress.org/support/users/ike-ten/).
    -  This reply was modified 9 years, 6 months ago by [Ike Ten](https://wordpress.org/support/users/ike-ten/).
    -  This reply was modified 9 years, 6 months ago by [Ike Ten](https://wordpress.org/support/users/ike-ten/).
    -  This reply was modified 9 years, 6 months ago by [Ike Ten](https://wordpress.org/support/users/ike-ten/).

Viewing 1 replies (of 1 total)

The topic ‘Thumbnails & Description’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ns-featured-posts_fdfdfd.svg)
 * [NS Featured Posts](https://wordpress.org/plugins/ns-featured-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ns-featured-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ns-featured-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/ns-featured-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ns-featured-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ns-featured-posts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ike Ten](https://wordpress.org/support/users/ike-ten/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/thumbnails-description/#post-8447641)
 * Status: not resolved