Title: Thumbnails before post link
Last modified: August 21, 2016

---

# Thumbnails before post link

 *  [Nofrills](https://wordpress.org/support/users/nofrills/)
 * (@nofrills)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/thumbnails-before-post-link/)
 * How Can I have thumbnails before posts link?
    I want them between bullets and
   before post link.
 * Any idea?
 * [https://wordpress.org/plugins/list-category-posts/](https://wordpress.org/plugins/list-category-posts/)

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

 *  [Max](https://wordpress.org/support/users/maxdefa/)
 * (@maxdefa)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/thumbnails-before-post-link/#post-4718136)
 * in the file
    \wp-content\plugins\list-category-posts\templates\default.php
 * move this
 *     ```
       //Post Thumbnail
         $lcp_display_output .= $this->get_thumbnail($single);
       ```
   
 * before this
 *     ```
       //Show the title and link to the post:
         $lcp_display_output .= $this->get_post_title($single);
       ```
   
 *  [Max](https://wordpress.org/support/users/maxdefa/)
 * (@maxdefa)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/thumbnails-before-post-link/#post-4718137)
 * BTW, remember that you can also write a custom template **instead of change default.
   php**
 * **instructions here:** [http://wordpress.org/plugins/list-category-posts/other_notes/](http://wordpress.org/plugins/list-category-posts/other_notes/)(
   Template System)
 *  [danicalc](https://wordpress.org/support/users/danicalc/)
 * (@danicalc)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/thumbnails-before-post-link/#post-4718167)
 * Greetings! I’ve followed these instructions and my page is using the new custom
   template, however the custom classes I had applied before I setup the custom 
   template aren’t being applied anymore? Additionally, the Read More link (that
   was showing when using the default template) is no longer there. Any thoughts?

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

The topic ‘Thumbnails before post link’ is closed to new replies.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [danicalc](https://wordpress.org/support/users/danicalc/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/thumbnails-before-post-link/#post-4718167)
 * Status: not resolved