Set character limit in the query_posts function?
-
On the front page of my site, I’m pulling in the latest blog post like this:
<?php query_posts('showposts=1'); ?>I only want to pull in the first 100 words, though. Is there a parameter for this?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Set character limit in the query_posts function?’ is closed to new replies.