Viewing 4 replies - 1 through 4 (of 4 total)
  • yeah…looking for the same…did u manage to fix it? how?

    Thread Starter T-M

    (@t-m)

    No, I’m still struggling with this! I’d hope that someone could help us and give some advice here.

    Thread Starter T-M

    (@t-m)

    Ok, now this is finally solved! I got help from a php guru friend. 🙂

    Edit the file archive-project.php and this part:

    <nav id="project-nav" class="pager">
                <div class="next"><?php next_posts_link(__('next →', 'pilotfish')); ?></div>
                <div class="previous"><?php previous_posts_link(__('← previous', 'pilotfish')); ?></div>
              </nav>

    Next (next_posts_link) and previous (previous_posts_link) should be on those places. As default they were just in the opposite order.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    But you’re not using a Child Theme, so won’t you lose that change every time the theme is updated?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Number of projects per page’ is closed to new replies.