On Wed, Mar 12, 2008 at 8:10 PM, Thomas Aylott - subtleGradient <[EMAIL PROTECTED]> wrote: > Is is possible to add arbitrary values to a blog post and then edit > your theme to read those values? > Would that require a plugin? > Would it even be possible with a plugin?
Within Roller we support the concept of "entry attributes" which are name/value pairs associated with each blog entry. We use these to store the podcast URL, size and type associated with each blog entry and the idea was to allow plugins to store arbitrary values with each entry -- but that was never completed. So, if you want to use entry attributes now you'll have to modify the Struts actions that are responsible for saving and updating blog entries. - Dave
