I am generating the main navigation using Ditto. Then i am calling ditto to display a list of stories using paginate but the problem is that when i click on the next page of the list of stories the navigation gets all messed up. In the navigation i have &paginate=`0` but it doesn’t work. Any ideas as to why.
I think you have to use different id-parameter &id=`nav` &id=`list` in your ditto-calls, that ditto knows which $_GET-vars to use for its pagination.