- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
OpenCart 2.x Troubleshooter. Blog pagination does not work in admin panel
August 4, 2016
The following troubleshooter addresses the issue of blog pagination in admin panel of OpenCart blog themes.
Once the blog article count is higher than 10, the sequence of numbers assigned to a specific page appears. In case you experience troubles advancing to the next/previous page, take the following actions to rectify the issue:
Log into your FTP or hosting File Manager;
Navigate to the following directory: admin/controller/simple_blog to locate the files listed below:
report.php;
comment.php;
category.php;
author.php;
article.php;
Download the files and open them with a text/source code editor;
It is recommended to keep the original copy of the files prior to applying any changes!
In each file, it will be necessary to replace all the occurrences of the following variable config_admin_limit with this one: config_limit_admin;
Once the files are updated, upload them back to server by replacing the original ones;
Log into the backend of OpenCart theme to test blog pagination.