Tag: wordpress

WordPress Posts Pagination

I recently had to find a way of forcing WordPress to display a post that had been paginated using the nextpage quicktag, to display different content on different dynamically generated pages. After some help from StackOverflow.com I found out that within The Loop you can access 2 particular variables that [...]