silverstripe-blogger
silverstripe-blogger copied to clipboard
NEW Add author to a post
Add an author to a post.
This must be flexible enough to support a plain text field with an authors name, a Member object, or other type of DataObject defined by Silverstripe config.
Definitely +1 on this.
On the site I'm working on I've extended BlogPost and added a simple AuthorName
text field, plus functions to look for a page with a matching name so I can get at the data.