“
-
Hello, please help me, I’m getting mad!
I’m using your plugin to insert from a database a list of items. After 5 items I would like to change page using<!--nextpage-->.
So I wrote the following code:
…
if(($count % 5) == 0) { echo"<!--nextpage-->"; }
…
The problem is that<!--nextpage-->is ignored!
Can you help me? Or can you suggest another way to obtain the same result?
Thanks a lot
Gabriele
The topic ‘“’ is closed to new replies.