How can i show the content in next previous post of wordpress. For example. For the next post link with title is to be there, Is it possible to show the content of that post (100 Words).
<div class="alignleftfp">
<?php next_post_link('%link', '%title'); ?>
<?php get_next_post();?>
</div>
<div class="alignrightfp">
<?php previous_post_link('%link', '%title'); ?>
<?php get_previous_post();?>
</div>
Much appreciated if any response. . .