I just updated to PageNavi 2.7.1 and now the link to the first page is always the link to the last page, no matter what page I'm on. The link to page 1 works fine, just not the separate First link. The previous version of this plugin worked just fine.
chinasmack
Member
Posted 2 years ago #
Same for me after upgrade. Hope this will be fixed soon! :)
selinap
Member
Posted 2 years ago #
I change line 85, wp-pagenavi.php, to
$out .= _wp_pagenavi_single(1, 'first', $options['first_text'], '%TOTAL_PAGES%');
and it works.
@selinap
yes its works on my site!!
need to check functionality after every upgrade!!
Thanks, I had the same problem. This worked just fine.