How to show more links in custom query_posts and custom loops

In This Page http://atthy.com/blog/

I’m using Custom template to show the list of blog posts, Since, I use home.php file to display custom home page. I use query_posts() since its a custom template. I created a page in wp admin with the custom blog Home template. Everything is fine. But I can’t get read more.. links to work, when using the_content('read more..')

Read More

When I use the_content('read more..') whole post content is displayed without cutting it off after <!--more--> and also, read more link is not showing up.

I read through wp codex http://codex.wordpress.org/Function_Reference/query_posts and even resetted global $more to 0

Here is the page template I’m using. http://pastebin.com/VTvN5dtT

What am I doing wrong?? Please Help.

Related posts

Leave a Reply

2 comments