Title: thumbnail excerpt plugin
Last modified: August 19, 2016

---

# thumbnail excerpt plugin

 *  [Jmart10](https://wordpress.org/support/users/jmart10/)
 * (@jmart10)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/thumbnail-excerpt-plugin/)
 * Im using this plugin to show excerpts of my posts which include a thumbnail at
   the top. It works, however i still want to be able to configure the number of
   words are shown in the excerpt to about 10 words, 55. I would also like to have
   the More link added at the end
 * Can i still do this while using the plugin? Ive been trying to mess with it searching
   but cant get it right. this is my function.php:
 *     ```
       <?php
       if ( function_exists('register_sidebars'))
           register_sidebars(2);
       ?>
       ```
   
 * and my index.php if needed. thanks
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com)]_

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/thumbnail-excerpt-plugin/#post-1602417)
 * What version of WordPress are you using?
 *  Thread Starter [Jmart10](https://wordpress.org/support/users/jmart10/)
 * (@jmart10)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/thumbnail-excerpt-plugin/#post-1602449)
 * sorry, 3.0
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/thumbnail-excerpt-plugin/#post-1602459)
 * Try adding:
 *     ```
       function my_excerpt_length($length) {
       	return 10; // Or whatever you want the length to be.
       }
       add_filter('excerpt_length', 'my_excerpt_length');
       ```
   
 * to your functions.php file.

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

The topic ‘thumbnail excerpt plugin’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/thumbnail-excerpt-plugin/#post-1602459)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
