2

I'm working on implementing a blogging engine and want to make it compatible with windows live writer. I found an excellent post on this, but what I can't find is documentation on the placeholder tags used in the weblayout and webpreview templates. The only page I can find referring to this files on MSDN is this one that doesn't mention the placeholder tags.

Anybody point me in the right direction?

Many thanks

Tony

tony.wiredin
  • 617
  • 8
  • 21

1 Answers1

1

The placeholders are:

{post-title}
{post-body}

The msdn article that you linked to does state that, though.

Ronnie Overby
  • 45,287
  • 73
  • 267
  • 346