Solved.. Thanks!! :)
To solve the problem temporarily, I changed no. of links per page to 100. But the problem still exists. Please help me in solving the problem.
I checked the code for this. It is as follows:
// show pagination at the bottom
if($iLinkCount <= $links_per_page) $show_pagination = false;
if($show_pagination){
$strPageUrl = ‘/’.$pageslugname;
if($show_category) $strPageUrl .= ‘/’.$show_category;
if($show_subcategory) $strPageUrl .= ‘/’.$show_subcategory;
$next_page = $show_page+1;
$prev_page = $show_page-1;
$output .= ‘<p>’;
// previous page arrow
if($prev_page > 0) $output .= '<a href="'.$strPageUrl.'/'. $prev_page .'">«</a>'
;
$output .= ” “;
// showing the page numbers
for($k=0; $k < $iLinkCount/$links_per_page; $k++){
$page = $k+1;
$pagenumber = ‘
if ($page > 1) $pagenumber .= $page; // don’t use number if poiting to the first page
$pagenumber .= ‘”‘;
if ($page==$show_page)
$pagenumber .= ‘ style=”font-weight:bold”‘; // use bold on the actual page
$pagenumber .= ‘>’.$page.”;
$output .= $pagenumber . ” “;
}
// next page arrow
if (($next_page-1)*$links_per_page < $iLinkCount)
$output .= '<a href="'.$strPageUrl.'/'. $next_page .'">»</a>'
;
$output .= ‘</p>’;
}
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookie allow you to log in and download your software or post to forums.
We use the WordPress login cookie and the session cookie.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.
Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.
We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.
Please enable Strictly Necessary Cookies first so that we can save your preferences!
This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.
Keeping this cookie enabled helps us to improve our website.
We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.
Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.
Please enable Strictly Necessary Cookies first so that we can save your preferences!