changeset 8 | c7c34916027a |
parent 7 | cf61fcea0001 |
child 9 | 177826044cd9 |
7:cf61fcea0001 | 8:c7c34916027a |
---|---|
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 } ?> |