Pagination/Infinite Scrolling

Viewing 3 posts - 1 through 3 (of 3 total)
  • #20408
    otherwhirl
    Participant

    Hi,
    How can I keep infinite scrolling on the mobile theme and pagination on the desktop version of the theme?

    #20423
    Daniel Tara
    Keymaster

    Open functions.php and find this line:

    <?php elseif( 'infinite' == pinboard_get_option( 'posts_nav' ) ) : ?>

    Replace it with:

    <?php elseif( 'infinite' == pinboard_get_option( 'posts_nav' ) && wp_is_mobile() ) : ?>
    #20449
    otherwhirl
    Participant

    Thanks it worked great! πŸ™‚

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.