A simple and easy to use, yet powerful blog for GetSimple. With this plugin, you can create blog posts, sort posts by category, view posts in monthly archives, plus much more.
The default required fields in the post editor should be hardcoded into post-editor.php file with none of them showing up in the CustomFields editor. This will allow for translations of these field names, fixing Issue #82.
[x] Hardcode all default required fields into post-editor.php
[x] Remove all default fields from CustomFields Manager, leaving it empty.
[x] Move Post title field above the metadata box, making it the same as the GS core page editor.
[x] Add/move a couple of extra fields:
[x] Move post visibility ("Post is Private?") to sit below the CKEditor.
[x] Add dropdown box for template selection. Part of #120.
The default required fields in the post editor should be hardcoded into post-editor.php file with none of them showing up in the CustomFields editor. This will allow for translations of these field names, fixing Issue #82.