Title: Pagination
Last modified: February 28, 2017

---

# Pagination

 *  Resolved [krbmedia](https://wordpress.org/support/users/krbmedia/)
 * (@krbmedia)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/pagination-292/)
 * How do you hide the pagination in the Kale theme

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

 *  Theme Author [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * (@lyrathemes)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/pagination-292/#post-8860246)
 * Hi – where do you want to hide the pagination? You want to show all the posts
   at once? You can try increasing the number of posts to show under Settings > 
   Reading.
 *  Thread Starter [krbmedia](https://wordpress.org/support/users/krbmedia/)
 * (@krbmedia)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/pagination-292/#post-8861558)
 * Not I don’t want the next and previous pages showing up on the bottom. Like here
   where it shows on the bottom of the post
 * ROMANTIC BREAKFAST IN BED YUMMY BROWNIES
 * [http://demo.lyrathemes.com/kale/2016/01/12/cake-tea-party/](http://demo.lyrathemes.com/kale/2016/01/12/cake-tea-party/)
 *  Theme Author [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * (@lyrathemes)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/pagination-292/#post-8862706)
 * Oh sure, just enter this code into Appearance > Customize > Additional CSS:
 * `.pagination-post{display:none;}`
 *  Thread Starter [krbmedia](https://wordpress.org/support/users/krbmedia/)
 * (@krbmedia)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/pagination-292/#post-8862803)
 * That worked, thank you!
 *  [kptyap](https://wordpress.org/support/users/kptyap/)
 * (@kptyap)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pagination-292/#post-9423548)
 * Setting the pagination-post to display none leaves the two horizontal lines behind
   however.
 * Is there an easy way to remove those too?
 *  [Rico Mossesgeld](https://wordpress.org/support/users/ricotheque/)
 * (@ricotheque)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pagination-292/#post-9424353)
 * Hi [@kptyap](https://wordpress.org/support/users/kptyap/), I’m [@ricotheque](https://wordpress.org/support/users/ricotheque/)
   from Lyrathemes.
 * You’ll need to add this as well to make the horizontal lines disappear:
 *     ```
       .entry-post + hr {
       	display: none;
       }
       .pagination-post + hr {
       	display: none;
       }
       ```
   
 * Hope this helps!
 *  [kptyap](https://wordpress.org/support/users/kptyap/)
 * (@kptyap)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pagination-292/#post-9424418)
 * [@ricotheque](https://wordpress.org/support/users/ricotheque/), fantastic thanks
   for the quick reply.
 * I didn’t realise you could reference a hr using CSS. Guess you learn something
   new everyday.
 * Cheers
 *  [pvm973](https://wordpress.org/support/users/pvm973/)
 * (@pvm973)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/pagination-292/#post-9788426)
 * How can I add page numbers instead of “previous post” to my pages?
 *  Theme Author [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * (@lyrathemes)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/pagination-292/#post-9789470)
 * [@pvm973](https://wordpress.org/support/users/pvm973/) I am afraid this would
   require some changes to the theme files. You could also try this plugin: [https://wordpress.org/plugins/wp-pagenavi/](https://wordpress.org/plugins/wp-pagenavi/)

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

The topic ‘Pagination’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kale/2.8.2/screenshot.jpg)
 * Kale
 * [Support Threads](https://wordpress.org/support/theme/kale/)
 * [Active Topics](https://wordpress.org/support/theme/kale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kale/reviews/)

## Tags

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

 * 9 replies
 * 5 participants
 * Last reply from: [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/pagination-292/#post-9789470)
 * Status: resolved