On 14/10/10 1:44 AM, Lawson English wrote:
Then from within the Blog page, I added a new Blog
post via the web
interface and saved
However, the first post doesn't show up in the widget listing new blog
posts. I found that if I manually created a new blog post from within
>blog...
blog
^ blog ifNil: [
blog := (PBBlog named: 'blog')
addChild: (
(PBPost named: 'test')
title: 'Down to test';
contents: 'test';
publication: TimeStamp now
);
yourself
].
When you created the first post using code, you set the publication date
with "TimeStamp now". When you created your first post using the UI, did
you set a publication date? If you didn't, then you won't see the post.