i want numbered pagination ( [1][2][3][...] ) i have the plugin active but it's not working properly. What can I do?
my link to my page is: http://www.iramortega.com
i want numbered pagination ( [1][2][3][...] ) i have the plugin active but it's not working properly. What can I do?
my link to my page is: http://www.iramortega.com
i'm using twenty ten theme by the way :)
edit: just seeing that is working ;-)
This plugin is not working with latest versions of wordpress is it true?
At my wordpress website Chronic Commissions at custom template wp-paginate is not working. I already have placed wp-paginate code at my custom template.
<div class="navigation">
<?php if(function_exists('wp_paginate')) { wp_paginate();} ?>
</div>
And my custom template wordpress blog query code is
$newPosts->query('cat=22&posts_per_page=>3&order=ASC');
while ($newPosts->have_posts()): $newPosts->the_post();
I am not sure why wp-paginate is not working with custom template.
You must log in to post.