Title: Insert thumbnail feature to .php
Last modified: August 31, 2016

---

# Insert thumbnail feature to .php

 *  Resolved [ilu20n](https://wordpress.org/support/users/ilu20n/)
 * (@ilu20n)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/insert-thumbnail-feature-to-php/)
 * Trying to add Recent Posts to my .php files.
 * I got it to display Heading and Except but can’t get thumbnail to display. Could
   someone assist, would like to get a thumbnail 100×100 in size – preferably aligned
   right.
 * <?php $the_query = new WP_Query( ‘posts_per_page=4’ ); ?>
 * <?php while ($the_query -> have_posts()) : $the_query -> the_post(); ?>
 * </h3>
 * <?php the_excerpt(__(‘(more…)’)); ?>
 * <?php
    endwhile; wp_reset_postdata(); ?>
 * Thanks in advance.
 * [https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/](https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Martin Stehle](https://wordpress.org/support/users/hinjiriyo/)
 * (@hinjiriyo)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/insert-thumbnail-feature-to-php/#post-7302579)
 * RTFineM [https://developer.wordpress.org/reference/functions/the_post_thumbnail/](https://developer.wordpress.org/reference/functions/the_post_thumbnail/)

Viewing 1 replies (of 1 total)

The topic ‘Insert thumbnail feature to .php’ is closed to new replies.

 * ![](https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-256x256.
   png?rev=2478511)
 * [Recent Posts Widget With Thumbnails](https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Martin Stehle](https://wordpress.org/support/users/hinjiriyo/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/insert-thumbnail-feature-to-php/#post-7302579)
 * Status: resolved