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.
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/
Oh sure, just enter this code into Appearance > Customize > Additional CSS:
.pagination-post{display:none;}
Setting the pagination-post to display none leaves the two horizontal lines behind however.
Is there an easy way to remove those too?
Hi @kptyap, I’m @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!
@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
How can I add page numbers instead of “previous post” to my pages?
@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/