The offense and defense begin in the deep corner with both feet outside the 3PT line, facing the half-line. The offense dribbles around the 3PT arc, with the defender trailing them. The defender can only enter the 3PT line when the offense breaks the arc.
document.addEventListener('DOMContentLoaded', function() {
const pagination = document.querySelector('.navigation');
const postsContainer = document.querySelector('.postloopcontainer');
if (pagination && postsContainer) {
// Ensure we move the pagination after the last post
postsContainer.parentNode.insertBefore(pagination, postsContainer.nextSibling);
}
});