I'm fairly new to WP but absolutely loving it.
And here is my problem. I know that this topic it's already on the Forum but the solution simply don't work for me.
I have a few pages where I would like to split content using read more.
So I have done recommended hack by adding global
$more; and $more = 0; the_content();
and everything seem to look ok although every time I click on read more link nothing happens and following result appear in my browser http://www.mysite/#more-15
Could anyone help me?
Many Thanks in advance
dompl