nuwansh
Forum Replies Created
-
Your blog page using content.php loop file to load the posts. So it need add 4th parameter
$query
into thegenarate_ajax_pagination()
function.I guess, you are using blog.php custom template to load posts. Then just try following code if you are going to load default ‘post’.
<?php if(function_exists('genarate_ajax_pagination')) genarate_ajax_pagination('Read More', 'blue', "content", array('post_type' => 'post')); ?>
Hi,
I have Fixed the issues of “Ajax Pagination” plugin. Let me know if you see any issues.
Thanks,
Nuwansh.Hi,
Fixed the issues of “Ajax pagination” plugin (verson 1.1). Now is compatibility up to newer version of WP.
Thanks,
Nuwansh.Hi radiofranky,
Sorry, “ajax-pagination” plugin wasn’t work correctly with 3.3.1. Now I have fixed the issues above generated. Let me know if you see any issues.
Thanks,
NuwanshHi Doron,
I guess the problem is the format setting Parameters of
query_posts()
. So just try with this format to set the Parameters forquery_posts()
in your customer template.e:q,
query_posts( array( 'post_type' => array('post', 'movie') ) );
And Thanks for let me know this problem. I will fix soon this issue so that work any type of ‘query_posts()’ function.
Thanks,
NS.