Hi. I need some help with my channel entry pagination.
I have this “core” code but dunno how to wrap it into EEs pagination so that it also works 😊
<div class="pagination-wrapper clearfix">
<ul>
<li><a href="#">« Previous</a></li>
<li class="on"><span>1</span></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">Next »</a></li>
</ul>
</div>How i manage to get pagination work with the coded above so that it works?
Many many thanks from helping on this, thanks.