On an individual post, the arrow tabs to the left and right are displaying the posts out of order. for instance in the page below, technically ti’s the first post that appears on the page, you click on it, and then to get to the next post, you have to click on the arrow to the left.
I’d like the arrow to start the posts on the right hand side.
I took a look at the solution, but unfortunately it won’t work. The posts are still appearing out of sequence/in reverse order.
1. Is there another solution?
2. Is there a way to remove the previous/next post functionality?
thx,
Hey!
Try adding this code to the Quick CSS:
.avia-post-nav{
display: none !important;
}
Cheers!
Josue