Have run into this problem a number of times when using query_posts to start the loop.
Solution found here on the wordpress Codex
Client:Read More is ignored on front (home) page
Please remember that on the home page (
is_home() == TRUE), the<!--More-->tag is ignored unless you turn on it again using the following code:global $more; $more = 0;
Project Type:
