Read More Link Confusion.
I'm trying to add a read more, I've searched the support and done what you've said, nothing seems to work
a href="{{ teaser.item.path }}">Read More</a
Variations I've tried.
{{ teaser.post.path }} {{ teaser.item.path }} {{ item.path }} {{
post.path }}
I'm working on this http://lessblog.harmonyapp.com/admin/#/admin/themes/4d137204dabe9d7...
2 Posted by John Nunemaker on 25 May, 2011 01:11 PM
Because you are doing include 'teaser' for ... the actual blog post will be available as teaser inside the include. All you should need to do is:
Let me know if that does not work.