I am trying to implement a simple question paging, one by one, I can do so by adding or substracting one from the id in the url, but this as well shows the hideen posts (This post was hidden by..) and I have a problem that I do not now where to stop counting.
Is there some simple function or method to get either the next not hidden used ID from database or at least a method to get the highest id ?
Shouldnt be that dificult ?
Thanks so far !