I have Query_posts in my page.
the posts have tags to separate for read more,
But while doing query posts it is pulling all content for <?php the_content('read more..');?>
Leave a Reply
You must be logged in to post a comment.
I have Query_posts in my page.
the posts have tags to separate for read more,
But while doing query posts it is pulling all content for <?php the_content('read more..');?>
You must be logged in to post a comment.
this is for the codex:
So basically it means that you need to golbalize
$more
and set it to zero (0) before your query.