Hello there!
I have a page as my Front Page, which i wanted to paginate with the <!--nextpage--> tag. However, it doesn't work. You can check for yourself here:
At the bottom of the page will see that "Page 2" links to:
http://www.marionogueira.com&page=2
which is not correct. Shouldn't the "page_id=6" (in my case) be inserted in the URL before the "&page=2"?? If you try "http://www.marionogueira.com?page_id=6&page=2" it works as expected (empty second page, btw).
Is this a bug?
Thanks