Custom Pagination
-
Hi there. This is a MUST HAVE WordPress Plugin. Many Thanks for it.
Wel … I need to customize the pagination, to get only left and right arrows, not numbers… is there a way to do it from outside the plugin core files?
Thanks a lot again. MUCHAS GRACIAS !!!!https://wordpress.org/plugins/list-category-posts/
[Moderator Note: No bumping. If it’s that urgent, consider hiring someone instead.]
-
Dear Pcandocodigo … is there a way to do it … not to get numbers but only left and right arrows/image ??
Thanks again in advance.Hi! Not yet, I hadn’t considered this. How would you know on which page you are? Just show the one page you’re in and the left and right arrows?
I have sorted this, but this would be a great feature.
I used css to hide all elements but first and last item:.nav-redonda-gris-dos ul.lcp_paginator li{ display:none; float:left; text-indent:6500px; } .nav-redonda-gris-dos ul.lcp_paginator li:first-child{ display:block; width:50px; height:50px; background:transparent url(../imagenes/left-off.png) no-repeat 0px 0px; margin-right:6px; } .nav-redonda-gris-dos ul.lcp_paginator li:first-child a{ display:block; width:50px; height:50px; background:transparent url(../imagenes/left-on.png) no-repeat 0px 0px; } .nav-redonda-gris-dos ul.lcp_paginator li:last-child{ display:block; width:50px; height:50px; margin-left:6px; background:transparent url(../imagenes/right-off.png) no-repeat 0px 0px; } .nav-redonda-gris-dos ul.lcp_paginator li:last-child a{ display:block; width:50px; height:50px; background:transparent url(../imagenes/right-on.png) no-repeat 0px 0px; }Well … there is a lot more code but it’s an idea of what i made.
Keep the idea in mind for a future update. Thanks!
The topic ‘Custom Pagination’ is closed to new replies.