excerpt for next/previous post
-
Hi! How do I fetch the excerpt, <?php the_excerpt(); ?>, for next post in the following loop:
<?php $nextPost = get_next_post(false); if($nextPost) { ?>Thank in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘excerpt for next/previous post’ is closed to new replies.