Hi, I’ve used this to add top pagination to my website.
What I can’t figure out is what I need to change to the snippet in order to put a div wrapper around it, so that I can style it please.
The bottom nav for example has the above code at the start of it:
<nav id="nav-below" class="paging-navigation">
<span class="screen-reader-text">Post navigation</span>
<div class="nav-previous">
<span class="prev" title="Previous"><a href="">Older posts</a></span>
</div>
<div class="nav-links">
Using this snippet adds the pagination to the top of the archive page, however it just has
<div class="nav-links">
Whilst I can style the nav-links class, that will also apply to the bottom pagination thus messing that up. It appears that adding the class “paging-navigation” to this same div would style it the same as the bottom div. I’ve tried editing the snippet but I don’t really know what I’m doing and just break it.