Viewing 2 replies - 1 through 2 (of 2 total)
  • after line 7, try and add:

    <?php $paged = get_query_var('paged'); ?>

    then in line 37, change to:

    <?php query_posts('category_name=the_montage&paged=' . $paged); ?>

    and in line 47, change to:

    <?php query_posts('category_name=the_plug&paged=' . $paged); ?>

    make a backup copy of the theme files before editing.

    (totally untested)

    Thread Starter chrisando

    (@chrisando)

    Worked perfectly.

    Cheers for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multiple Loops, Navigation?’ is closed to new replies.