3 messages in com.googlegroups.bloggerdevRe: Template tags within posts?
FromSent OnAttachments
chri...@gmail.com09 Oct 2005 12:56 
Paul16 Oct 2005 20:20 
Paul16 Oct 2005 20:33 
Subject:Re: Template tags within posts?
From:Paul (notm@gmail.com)
Date:10/16/2005 08:20:47 PM
List:com.googlegroups.bloggerdev

chri@gmail.com wrote:

...Say I want to link to a previous post: I can hard-code the URL to (say) http://myblog.blogspot.com/archive/2005/10/the-old-post.html, but what happens if I change my blog domain? It then stays linked to the old one; I'd rather enter the link as <$BlogURL$>/archive/2005/10/the-old-post.html, causing the change to happen automatically, as many times as necessary, after republishing.

Yes, I can submit a feature request, but I'm wondering: is there some suggested way for handling this at the moment? Javascript might work, but not for javascript-disabled browsers. Any possibilities?

What would be even more useful would be if we could put a tag like <$PreviousPost$> in the template! And maybe something similar for next post (with conditional stuff for when you're looking at the newest one, so DON'T want to display a link).

I don't know of a way to do either at the moment, unfortunately.