Created
March 26, 2016 00:41
-
-
Save streetcoder/f13e1c8df081d17636f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// this code snippets should be underneath of the loop | |
<div class="row"> | |
<div class="col-md-6"> | |
<div class="previous-post"> | |
<?php previous_post_link('%link', '<i class="fa fa-long-arrow-left"></i> Previous', TRUE); ?> | |
</div> | |
</div> | |
<div class="col-md-6"> | |
<div class="next-post"> | |
<?php next_post_link('%link', 'Next <i class="fa fa-long-arrow-right"></i>', TRUE); ?> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment