Dominic Wrote:I have my portfolio site built with Special Pages, but I desperately need a Previous and Next item page button on each page. I really don't want to have to rebuild from scratch with another plugin that has this feature, so...
Is there any way via Special Pages or I18N Navigation to add previous and next buttons to each page? Does anyone know of any code snippets of functions i could add to the special pages View section to solve this problem?
If you mean a navigation to the previous and next sibling page (page with the same parent), you can use I18N Navigation and a component as shown here.
You could also create previous and next links by doing a search using return_i18n_search_results with the special page tag _special_type (change type to your type) (or any other tag) and then searching for the current page URL and displaying links to the previous and next search result similar to above.