Title: [Plugin: WordPress Popular Posts] Thumbnails not working
Last modified: August 19, 2016

---

# [Plugin: WordPress Popular Posts] Thumbnails not working

 *  Resolved [jeantil](https://wordpress.org/support/users/jeantil/)
 * (@jeantil)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-thumbnails-not-working/)
 * The script TimThumb is used to display thumbnails (cropping, scale pictures…)
 * When the picture is called by TimThumb, you have to use the absolute path (example:/
   wp-content/images/your_picture.jpg)
 * BUT, WordPress-popular-posts call the picture with [http://www.domain.com](http://www.domain.com),
   which made TimThumb not showing any picture.
 * To resolve that, I replaced
 * `$img[1]`
 * by
 * `parse_url($img[1], PHP_URL_PATH)`
 * Works fine now!

Viewing 1 replies (of 1 total)

 *  [Héctor Cabrera](https://wordpress.org/support/users/ikki24/)
 * (@ikki24)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-thumbnails-not-working/#post-1113112)
 * Hi jeantil,
 * Problem is that not everyone installs WordPress in the root of the domain name(
   eg. [http://www.somesite.com/blog](http://www.somesite.com/blog)), therefore 
   using “/wp-content/images/your_picture.jpg” can be problematic. That is why I
   decided to use “full” paths instead.
 * Anyways, I’ll test your hack and include it in the next release if it works on
   blogs installed on subfolders.
 * Thank you for letting me know about this!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Popular Posts] Thumbnails not working’ is closed to
new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Héctor Cabrera](https://wordpress.org/support/users/ikki24/)
 * Last activity: [16 years, 12 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-thumbnails-not-working/#post-1113112)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
