The latest version of pkBlog (v1.1.1) is now available as a zip file from the original post in this thread.
Changes are listed in the change log. Main ones:
A
&tags parameter has been added (e.g.
&tags=`pwTags`). You can now use any checkbox or radio button TV for your tags. The optionsbuilder class file has been updated to automatically detect what type of TV you are using. The snippet call in the post editing document now reads
[!PubKitBlog? &folder=`2` &postid=`2` &template=`pwBlogPost` &tags=`pwTags` &rtcontent=`pkRichContent` &formtpl=`@FILE:blog` &delimiter=`,` !]
Ditto "status" extender has been corrected to handle publication date range end properly.
A new PHx extender (
phx:dateIfSet) has been added to process publication date ranges in the posts management screen. If no date is set, or the date is zero, an empty string is returned, otherwise the date is formatted using the strftime format string supplied. (This should have been included with v1.1.0)
Some gaps in the documentation have been filled. There is a "key-documents.txt" file in pubKit/doc folder with details of document IDs, aliases and snippet calls in the three main documents in a pkBlog site: the blog container document (2), the post editing screen (686), and the posts management screen (685). Note that I have changed the alias of my post editing document from "post" to "post-edit" since the last version. It still has the document ID 686. [EDIT: If you downloaded the zip file before 0700 GMT 3rd, key-documents.txt didn’t have the updated snippet call shown above; now fixed]
The parameter list given at the top of the main snippet is now reproduced in a separate document in the /doc folder.
This pretty well wraps up the functionality I intend pkBlog to have for the time being. Apologies for the rather scrappy updates, I hope you can keep up with them.
My plan is now to move on to pkEvents, an events listing snippet that will initially be standalone like pkBlog. I’ll then be seeking the best way of combining the two into one snippet, switching the specifics by parameters.

KP