On this page http://atthy.com/blog/
I use Custom template to display a list of blog posts. Since I am using the home.php file to display a custom homepage. I am using query_posts() from my custom template. I created the page in wp admin using the custom blog Home template. All perfectly. But I canβt get read more.. links to work when using the_content('read more..')
When I use the_content('read more..') , the contents of the entire record are displayed without cutting after <!--more--> , and the link to the link is not displayed.
I read through wp codex http://codex.wordpress.org/Function_Reference/query_posts and even reset global $more to 0
Here is the page template I am using. http://pastebin.com/VTvN5dtT
What am I doing wrong? Please, help.
source share