I can’t put <!–more at the beginning of the post, since in that case the user don’t see anything about the post but “continue”.
I tryed to start the loop in single.php just after <body> tag, creating the the anchor just after <body>. This works quite fine, but in this case, the first line is the first line of the body. In other terms, if you have a site made with, for instance, <body><div id=”container”>…</div></body> and container has a margin-top greater than zero, you need to scroll up to see this margin. I want display the whole page, no scroll from the user. Help!!!
I’ll try to look at functions.php.