The Importance of Semantics: Pagination
One thing that I did not cover when going through The Importance of Semantics was how Pagination works. The various types of pagination all rely on the URL to know which entries are displayed. We’ve had a bit of a break from the Semantics series, but why don’t we dig into how the Pagination works now?
Remember, with our Semantics series, we always start with the same code:
{exp:channel:entries channel="default_site" limit="10" disable="pagination"}
<h2>{title}</h2>
{body}
{/exp:...




