Hi
I have more then 300 links in pagination and need to show more then 5 e.g.10. I find this topic but I don’t understand what I should change?
Should I edit this number $range = 2;
?
Thank you in advanced
Krzysztof
Hey kkwasniewski!
Yes, you have to edit the range, so you can make it work in a different way.
Let us know if we can do anything else
Best regards,
Basilis
Hi
I’ve checked that 751 line actually is different looks like that:
if(avia_backend_is_file($video_url, 'html5video'))
I find that this code is in line 819 :
$range = 2; // only edit this if you want to show more page-links
$showitems = ($range * 2)+1;
I was changed into:
$range = 10; // only edit this if you want to show more page-links
$showitems = ($range * 5)+10;
And nothing happend, url please find in privat (I restore default setting)
Can you confirm which code I should use to have 10 pagination links?
Thank you
Krzysztof
Hi again
I find that pagination was on custom post and need to be changed in another way.
Thank you for help
Hi,
I think it’s working since the default number of pages is changed to already up to 12 on the link you given, if you want to change number of items per page, go to Settings > Reading > and change Blog pages show at most from 10 to any number that you want. Hope this helps. :)
Best regards,
Nikko