Archived topic
Pagination
3 replies · Started by Axel on February 23, 2018
My pagination has gone all wonky using WP Show Posts. See
http://www.milnertonaquaticclub.co.za/sail/#24hour
Also there seems to be a large space between the posts?
Thank you
Hi there,
Can you test it with Site Origin disabled?
Let us know.
Morning Leo
Tested with Site Origin disabled. Result: All content no longer visible.
Thanks
The spaces between posts are actually empty paragraph tags. You can see them here: https://www.screencast.com/t/CAplrwm50z
The pagination is stacked because something is adding line breaks. You can remove them with this CSS:
.wpsp-load-more br {
display: none;
}