Read More Link Confusion.

Allan Branch's Avatar

Allan Branch

25 May, 2011 12:40 PM via web

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...

  1. 2 Posted by John Nunemaker on 25 May, 2011 01:11 PM

    John Nunemaker's Avatar

    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:

    <a href="{{ teaser.path }}">Read More</a>
    

    Let me know if that does not work.

Reply to this discussion

Internal reply

Formatting help or Preview

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Recent Discussions

17 May, 2012 10:45 PM
20 Mar, 2012 05:05 PM
26 Apr, 2012 01:40 AM
07 Mar, 2012 04:42 PM