I’m trying to write custom pagination for a website and I’m trying to use the pagination_links tag in “pair mode” as described in the documentation:
http://ellislab.com/expressionengine/user-guide/modules/channel/pagination_page.html
My problem is that it doesn’t work and it seems only the first {pagination_links} is used and converted into HTML code, the rest of the EE tags are just output as-is after the links.
However, the documentation doesn’t say if the pair mode is new to EE 2.0 or not. I wish the EE documentation was similar to the PHP documentation, with notes about which version is required for a particular function.
So, can EE 1.6.8 use pagination_links in pair mode or do I need to write my own plugin to get a custom HTML output?