| author | ymh <ymh.work@gmail.com> |
| Mon, 14 Oct 2019 17:39:30 +0200 | |
| changeset 7 | cf61fcea0001 |
| parent 0 | d970ebf37754 |
| permissions | -rwxr-xr-x |
<?php if(function_exists('wp_pagenavi')) wp_pagenavi(); else { ?> <div class="pagination"> <div class="leftpag"><?php next_posts_link(esc_attr__('« Older Entries', 'SCRN')); ?></div> <div class="rightpag"><?php previous_posts_link(esc_attr__('Newer Entries »', 'SCRN')); ?></div> </div> <?php } ?>