Blog post edit link

I would like to add a link in the template for my blog that automatically points back to the editor for that post. I tried somethings, but it looks like in the editor url is a hash/uuid type unique identifier. Is there a variable that the template engine can access for that? I tried $entry or $location, but those didn’t work. I can keep guessing… any suggestions for this?

Ideally the link would only render when I view the blog, but I’m not sure how easy that is to implement, so I was just hiding it in the weblog.lol link at the bottom of the template.

Thanks!

3 Likes

I can add a variable for the post ID, no problem. Will let you know when it’s ready!

1 Like

Thanks Adam!

1 Like

Sorry for the delay on this — just added {post-id}!

1 Like

works like a charm. thanks Adam!

1 Like