<?php query_posts('showposts=6&cat=' . $ex_vid); ?>
I would like the above code to be an excerpt of the post instead of the full thing. How do I do this?
<?php query_posts('showposts=6&cat=' . $ex_vid); ?>
I would like the above code to be an excerpt of the post instead of the full thing. How do I do this?
This topic has been closed to new replies.