Hi,
I would like to have next and previous buttons on top of my block posts (in this case block 15) and still have them at the bottom. Is there any particular code I could use to have this feature?
Hi, never mind. duplicated this and it works perfectly
$buffy .= $this->get_block_pagination();
Sorry but there are no settings to alter the next prev pagination on blocks. It can only be done with custom css. if you provide more details to how you want them with screenshots, maybe we can offer a css code that can come close to the design you are after.
Thank you!
I would like to have the load more pagination something similar to what you see here https://www.theguardian.com/international
So maybe something like this – https://www.screencast.com/t/Hd6eCBdDt
This is the code used in the example
.td-load-more-wrap a {
color:white;
background-color: #d01317;
border-radius: 100px;
}
Add this to align it to the left – http://prntscr.com/k7ckoj
.td-load-more-wrap {
text-align: left;
}