Bootstrap-wordpress-pagination icon indicating copy to clipboard operation
Bootstrap-wordpress-pagination copied to clipboard

Don't hide the Last button when it was on the last page

Open tuanmy opened this issue 8 years ago • 1 comments

I have a total of 10 pages. When I click on the tenth page (current page). The Last Button is always visible. It means wrong. It should hide in this case

tuanmy avatar Feb 23 '17 04:02 tuanmy

need write if ( $lastpage && ($count != $page)) { condition on 77 page

NikoNar avatar May 20 '17 11:05 NikoNar