Forums

WP-Paginate
wp-paginate not working in my blog with numbered pagination (5 posts)

  1. iramortega
    Member
    Posted 10 months ago #

    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

    http://wordpress.org/extend/plugins/wp-paginate/

  2. iramortega
    Member
    Posted 10 months ago #

    i'm using twenty ten theme by the way :)

  3. alchymyth
    The Sweeper
    Posted 10 months ago #

    edit: just seeing that is working ;-)

  4. suraj-consulting
    Member
    Posted 5 months ago #

    This plugin is not working with latest versions of wordpress is it true?

  5. suraj-consulting
    Member
    Posted 5 months ago #

    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.

Reply

You must log in to post.

About this Plugin

About this Topic