View Single Post
Old 10-11-2011, 12:10 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,588
Quote:
Originally Posted by V_RocKs View Post
Then install this if you have been using a different size:
http://wordpress.org/extend/plugins/...te-thumbnails/

Personally I would use excerpt to produce the text and maybe put something like this in functions.php:
Code:
function new_excerpt_length($length) {
	return 75;
}
add_filter('excerpt_length', 'new_excerpt_length');
TO change the length of the excerpt to be a bit larger... But then I write larger posts than most people...
i usally just trim the content, writing in excerpt and a post is annoying
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


My Cam Feeds Script / Gallery Scraper / WPXXX Theme / Free Templates
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote