<?php $posts = query_posts($query_string); if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post-entries ym65"> <div class="previous"><?php previous_post('%', '<span>◄</span> Previous Article', 'Yes'); ?></div> <div class="next"><?php next_post('%', 'Next Article <span>►</span>;', 'Yes'); ?></div> </div> <?php endwhile; endif; ?>
Add WordPress Previous and next buttons.