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 :)
You must log in to post.