More tag doesn’t work on custom list pages

Have run into this problem a number of times when using query_posts to start the loop.

Solution found here on the wordpress Codex

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;
Client:
Project Type:
Gregg Osofsky
©2010 Gregg Osofsky