• MacGyver_

    (@macgyver_)


    I’ve created a new page called category. On this page i added a custom template.

    This template lists pages by using the following code.

    <?php query_posts(‘post_type=page&meta_key=CAT&meta_value=’music’ ?>

    Than i use the loop
    <?php while ( have_posts() ) : the_post(); ?>
    etc …

    Is there a way to use paginate on this page ??
    Can anyone help me on this one ?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘paginate on page using template’ is closed to new replies.