I have news listing including pagination with news tags. When i am paginate through news(or any custom extension) it bypass parameter.
On page /tag the pagination links should look like this:
/tag/seite/2
but i just get /seite/2
without any parameters.
Any ideas what i am doing wrong/how to solve my issue?