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:
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?
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?