Hiiz,
i just installd thsi mod but nothing visible in my navigation div. need assistance.
http://www.designzzz.com
Designzzz
Hiiz,
i just installd thsi mod but nothing visible in my navigation div. need assistance.
http://www.designzzz.com
Designzzz
Hello,
Did you update your theme files to include the wp_paginate function [1]?
You need to edit index.php, archive.php and search.php and replace:
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
With:
<?php if(function_exists('wp_paginate')) {
wp_paginate();
} ?>
If that doesn't get it working, let me know.
[1] http://wordpress.org/extend/plugins/wp-paginate/installation/
woo hoo superb man !! works like a charm , full ratings :)
Eric,
I have changed the navigation code on my index.php, search.php, and archive.php, however the pagination shows on all the pages EXCEPT for the first page. Please take a look at my site.
Thanks
eeep! nevermind, i fixed it somehow.
Thanks!
This topic has been closed to new replies.