Next Previous Post in wordpress
-
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'); ?> </div> <div class="alignrightfp"> <?php previous_post_link('%link', '%title'); ?> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Next Previous Post in wordpress’ is closed to new replies.