author | ymh <ymh.work@gmail.com> |
Wed, 06 Nov 2013 03:21:17 +0000 | |
changeset 0 | d970ebf37754 |
permissions | -rwxr-xr-x |
0 | 1 |
<?php |
2 |
||
3 |
if(function_exists('wp_pagenavi')) |
|
4 |
||
5 |
wp_pagenavi(); |
|
6 |
||
7 |
else { ?> |
|
8 |
||
9 |
<div class="pagination"> |
|
10 |
||
11 |
<div class="leftpag"><?php next_posts_link(esc_attr__('« Older Entries', 'SCRN')); ?></div> |
|
12 |
||
13 |
<div class="rightpag"><?php previous_posts_link(esc_attr__('Newer Entries »', 'SCRN')); ?></div> |
|
14 |
||
15 |
</div> |
|
16 |
||
17 |
<?php } ?> |