jbutko
9/10/2013 - 5:59 PM

WP: Previous and next link customization / clickable icons replace

WP: Previous and next link customization / clickable icons replace

// added div which can be targeted via css: .previous_post_link a

<div class="previous_post_link">
  <?php previous_post_link('%link'); ?>
</div>