Wordpress help - limiting content

Associate
Joined
21 Oct 2008
Posts
1,679
Location
Mooching... in your house
Hi...

I would like a way of limiting the content that is displayed in a given place... basically that does the same as <!--more--> without actually using that (the reason being i want different limits in different places so need it coded into the theme)

so essentially something that could do this:

Code:
<?php the_content_with_limit(30); ?>

although this function doesn't exist... another requirement is that is does show images whereas a lot of other solutions (and i've been through a good number of them) cuts the images out...

any ideas? is it something that will need to be custom written?
 
Back
Top Bottom