this module is a little compilation of things you need to use ProcessWire to write a blog. It'll create:
Templates
- blog_admin
- blog_article
- blog_category
Fields
- tags (using the "TextboxList" fieldtype)
- category (using the "Page" fieldtype)
Pages (hidden, using the "blog_admin" template)
- article (you should create a subpage using the "blog_article" template for each article)
- page (same like article or you could create a "blog_page" template if you want)
- category (you should create a page using the "blog_category" for each category and if you want you can also create subcategories)
For comments you can use the built-in "ProcessComments" module.
If you have any wishes please let me know.
Download
P.S.:
I'll also add my preview module in a further version.













