[Plugin: WP-Paginate] Works but with error!!
-
Hello
Paginate works for my site http://wwww.kkunal.com but with some problems.
After replacing<div class="navigation"> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>with:
if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?> <?php if(function_exists('wp_paginate')) { wp_paginate(); } ?>I could see paginate like: ” page: 1 2 3…” but my template got distorted. My templates right side bad came to button of the page. That is it came below to paginate: “Pages: 1 2 3..”
I want paginate for my website http://www.kkunal.com
Can anyone help me? or tell me any alternative for WP-paginate.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘[Plugin: WP-Paginate] Works but with error!!’ is closed to new replies.