Forums

[resolved] Multiple Loops, Navigation? (3 posts)

  1. chrisando
    Member
    Posted 11 months ago #

    I have multiple loops on a homepage.
    eg. http://thelibrarybag.com/

    i have a navigation under the main post. However i want all the loops to go back/foward a post.

    Is this possible?

    Code Below.

    http://pastebin.com/3aAvSf2k

  2. alchymyth
    The Sweeper
    Posted 11 months ago #

    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)

  3. chrisando
    Member
    Posted 11 months ago #

    Worked perfectly.

    Cheers for your help!

Reply

You must log in to post.

About this Topic