Title: Adding stuff to the loop
Last modified: August 19, 2016

---

# Adding stuff to the loop

 *  [OzBlog](https://wordpress.org/support/users/ozblog/)
 * (@ozblog)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/adding-stuff-to-the-loop/)
 * I installed the plugin “Post Thumbs” found here;
    [http://theblemish.com/post-thumbs-plugin/](http://theblemish.com/post-thumbs-plugin/)
 * where in the loop to I add this? :
 * This plugin needs to be used in The Loop. You have to echo tb_post_thumb(). The
   function looks like this:
 * tb_post_thumb($generate=false, $alt_text=”, $resize_width = 0, $resize_height
   = 0, $crop_x = 0, $crop_y = 0)
 * And shouldn’t there be some brackets or something surrounding it?

Viewing 1 replies (of 1 total)

 *  Thread Starter [OzBlog](https://wordpress.org/support/users/ozblog/)
 * (@ozblog)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/adding-stuff-to-the-loop/#post-788680)
 * sorry im a super newbie at this
 * this is what my index looks like, where do i put this function and do i just 
   copy and paste it exactly as it is?;
 * <?php get_header(); ?>
    <div id=”container”> <div id=”entries”>
 * <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 * </h1><div style=”margin-top:-2px;”>
 *  <b>|</b> <?php comments_popup_link(‘Comment?’, ‘1 Comment’, ‘% Comments’ ) ?
   > </small></div>
 * <div class=”post”>
    <?php the_excerpt(); ?>
 * </div><!–end posts–>
 *  <?php endwhile; ?>
    <?php else : ?> <!– no posts –>
 *  <h2>Sorry, no posts were found</h2>
    <?php endif; ?>
 * <?php next_posts_link(‘« Previous Entries’) ?>
    <?php previous_posts_link(‘» 
   Next Entries’) ?>
 * </div><!–end entries–>
    <?php get_sidebar(); ?> </div><!– end container –> <?
   php get_footer(); ?>

Viewing 1 replies (of 1 total)

The topic ‘Adding stuff to the loop’ is closed to new replies.

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [OzBlog](https://wordpress.org/support/users/ozblog/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/adding-stuff-to-the-loop/#post-788680)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
