Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #716140

    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

    #716185

    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

    #716207

    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

    #716325

    Hi again
    I find that pagination was on custom post and need to be changed in another way.
    Thank you for help

    #717270

    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

    • This reply was modified 7 years, 11 months ago by Nikko.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.