jessicasalmon / em-illustrator

custom Word Press theme for Emily McGovern's illustration and comic website
0 stars 0 forks source link

category links: add image to link #29

Closed jessicasalmon closed 7 years ago

jessicasalmon commented 7 years ago
      <div class="next-post-link">
          <?php next_post_link( '%link',
           '<img src="' .get_bloginfo("template_directory")
           . '/assets/graphics/front-arrow.svg" />', TRUE ); ?>
         </div>
jessicasalmon commented 7 years ago

http://www.kinocreative.co.uk/wordpress-previous-and-next-post-navigation-with-images-and-inactive-links/