• Resolved Icethrill

    (@icethrill)


    Hey!

    So I am using a page template to show the posts of 5 different categories. Its working really good, except that somehow the Previous and Next posts pagination aint working. I am calling query_posts in this page template than testing for if its “that” page. If so take the latest 10 posts from the category and show them.

    A code snippet from my page template:

    <?php if(is_page(‘XXX’)){ ?>
    <?php query_posts(‘category_name=XXX’); ?>
    <?php thematic_above_indexloop() ?>
    <?php thematic_indexloop() ?>
    <?php thematic_below_indexloop() ?>
    <?php wp_reset_query(); ?>
    <?php } ?>

    But there is no pagination. I am using the thematic theme. Is this possible to have pagination on a page?

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Pagination on a page’ is closed to new replies.