Title: Post Thumbs plugin question
Last modified: August 18, 2016

---

# Post Thumbs plugin question

 *  [davey579](https://wordpress.org/support/users/davey579/)
 * (@davey579)
 * [19 years ago](https://wordpress.org/support/topic/post-thumbs-plugin-question-1/)
 * I’m using the Post Thumbs plugin, and i use this code in my sidebar:
 * <?php
    $posts = get_posts(‘numberposts=6&offset=9&order=DESC’); foreach($posts
   as $post) : setup_postdata($post); $post_link = tb_post_thumb(true,$post->post_title);
   if ( !empty($post_link) ) { echo ‘‘ . $post_link . ‘‘; } endforeach; ?>
 * I want to link each thumb to the entry of the thumb, so something has to put 
   in the href, but i have really no idea what i should put there?

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

 *  Thread Starter [davey579](https://wordpress.org/support/users/davey579/)
 * (@davey579)
 * [19 years ago](https://wordpress.org/support/topic/post-thumbs-plugin-question-1/#post-557783)
 * No one? Because I need it fast. (On my post up here, it has to be:
    ` echo ''.
   $post_link . ''; }`
 * without the space
 *  [Flash Buddy](https://wordpress.org/support/users/flashbuddy/)
 * (@flashbuddy)
 * [19 years ago](https://wordpress.org/support/topic/post-thumbs-plugin-question-1/#post-557788)
 * Go here really fast:
    [http://wordpress.org/support/topic/89683?replies=73](http://wordpress.org/support/topic/89683?replies=73)
 * or the authors site:
    [http://theblemish.com/post-thumbs-plugin/](http://theblemish.com/post-thumbs-plugin/)
 *  Thread Starter [davey579](https://wordpress.org/support/users/davey579/)
 * (@davey579)
 * [19 years ago](https://wordpress.org/support/topic/post-thumbs-plugin-question-1/#post-557791)
 * Yes, I already posted there, and the author gave me the code that i’ve given 
   to you, he said that i have to look in the wordpress codex for the href:
 * echo ‘<-a href=””>’ . $post_link . ‘</-a>’; }

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

The topic ‘Post Thumbs plugin question’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [davey579](https://wordpress.org/support/users/davey579/)
 * Last activity: [19 years ago](https://wordpress.org/support/topic/post-thumbs-plugin-question-1/#post-557791)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
