Title: Custom Pagination
Last modified: August 21, 2016

---

# Custom Pagination

 *  Resolved [masterbip](https://wordpress.org/support/users/masterbip/)
 * (@masterbip)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-pagination-4/)
 * 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/](https://wordpress.org/plugins/list-category-posts/)
 * _[Moderator Note: [No bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping).
   If it’s that urgent, consider [hiring someone](http://jobs.wordpress.net/) instead.]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [masterbip](https://wordpress.org/support/users/masterbip/)
 * (@masterbip)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-pagination-4/#post-4606869)
 * Dear Pcandocodigo … is there a way to do it … not to get numbers but only left
   and right arrows/image ??
    Thanks again in advance.
 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-pagination-4/#post-4606879)
 * 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?
 *  Thread Starter [masterbip](https://wordpress.org/support/users/masterbip/)
 * (@masterbip)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-pagination-4/#post-4606884)
 * 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!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom Pagination’ is closed to new replies.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

## Tags

 * [list category post](https://wordpress.org/support/topic-tag/list-category-post/)
 * [pagination](https://wordpress.org/support/topic-tag/pagination/)

 * 3 replies
 * 2 participants
 * Last reply from: [masterbip](https://wordpress.org/support/users/masterbip/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/custom-pagination-4/#post-4606884)
 * Status: resolved