Search for: Search Pagination/Infinite Scrolling Viewing 3 posts - 1 through 3 (of 3 total) January 19, 2015 at 5:59 pm January 19, 2015 #20408 otherwhirlParticipant Hi, How can I keep infinite scrolling on the mobile theme and pagination on the desktop version of the theme? January 20, 2015 at 1:27 pm January 20, 2015 #20423 Daniel TaraKeymaster 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() ) : ?> January 21, 2015 at 6:05 am January 21, 2015 #20449 otherwhirlParticipant Thanks it worked great! π Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic.