Pagination link is not working for project search result
-
when I search the projects , the resluts will be more than 9, but the pagination links are not shown on the search result page, please help me to fix
here is the attached picture for your reference
Attachments:
You must be
logged in to view attached files.
Hello,
Yes, this is a bug in the theme, and we will fix it in the next update. However, for now, you can resolve this on his site by replacing the line in inc/template-tags/portfolio.php on line 61:
$pagination = 'links';
with
$pagination = 'pagination';