How do I get the excerpt of a post outside the_Loop
-
Basically the result I need is to get the excerpt for a post (or ‘faked’ excerpt) by supplying a content_id. Unfortunately the_excerpt() does not accept any arguments. So the following doesn’t work.
<?php $my_id = 7; the_excerpt($my_id); ?>
Any ideas anyone?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How do I get the excerpt of a post outside the_Loop’ is closed to new replies.