Rating: 5 stars
I like it, thank you!
]]>Rating: 3 stars
update:
I have to change index.php, search.php, and archives.php., as below. However, the home page, search page and category page now all show the same page numbers! But actually, they always have different pages. See https://www.ccgtc.org.
Update:
I figured out that: in the file “index.php”, find:
<?php charitas_content_navigation(‘postnav’ ) ?>
replace with:
<?php
// You need protect against arbitrary paged values
$paged = ( get_query_var( ‘paged’ ) ) ? absint( get_query_var( ‘paged’ ) ) : 1;
$args = array(
‘post_type’ => ‘post’,
‘posts_per_page’ => 6,
‘paged’ => $paged,
);
$my_query = new WP_Query( $args );
if($my_query->have_posts()):
while($my_query->have_posts()): $my_query->the_post();
// Template loop here
endwhile;
echo easy_wp_pagenavigation( $my_query );
else:
// No result
endif; wp_reset_postdata();
?>
Then, in wordpress–>setting–>reading, change the page number to “6” (or another number which matches above.
]]>Rating: 5 stars
I know there is a very popular plugin in this category but intentionally I have made my mind to use this and the result is amazing. Thanks
]]>Rating: 5 stars
easy to use
]]>Rating: 5 stars
Great plugin Easy for use
]]>Rating: 5 stars
Really, I have searched so long for a perfect plugin like this. Works great. Thanks
]]>Rating: 5 stars
Works great, and easy to use. Nice change. Thanks
]]>Rating: 5 stars
Work like a charm as I expected and it’s really easy to config. 5 stars for the quality!
]]>Rating: 5 stars
It does exactly what it promises, and is easy to install.
]]>Rating: 5 stars
Very easy to use, working is perfect. Thanks a lot!
]]>