Quantcast
Channel: WordPress.org Forums » [Jetpack - WP Security, Backup, Speed, & Growth] Support
Viewing all articles
Browse latest Browse all 36995

captChris on "[Plugin: Jetpack by WordPress.com] Infinte Scroll on static from page using wp_query"

$
0
0

I have added the pagination navigation as noted below.

<?php
		  $temp = $wp_query; $wp_query= null;
		  $wp_query = new WP_Query(); $wp_query->query('category=-44,-401' . '&paged='.$paged);
		  while ($wp_query->have_posts()) : $wp_query->the_post(); ?>
        <?php get_template_part( 'content', get_post_format() ); ?>
		<?php endwhile; ?>
<?php posts_nav_link(); ?>
		<?php wp_reset_postdata(); ?>

The next posts link is showing up now but it is not being replaced with the IS show more link.

Thank you again for all your help


Viewing all articles
Browse latest Browse all 36995

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>