Dan
Dan
Do you mean microblogging like Twitter? without title and just the content? with current workflow possible, we just need to not print the title in the template. Or just make...
> should a microblog entry be managed the same way as usual blog post? It should yes for easy to scaling it, like recent microblog with X category, or with...
I will convert it to discussion. Thanks
1. To fix the translation you can edit the ini file inside `lang` folder or you can create the new one. 2. Yes htmly is very simple actually, mostly is...
You can use checkbox for it, the `get_field()` return `null` if the checkbox unchecked, so example in `post.html.php`: ```php // perhaps redir to login page or display the message? ```...
From what you wrote above, the best solution is to put it in a specific folder, for example `private` like the current draft. Well let's see what happens next, but...
For SQLite support, let's see what the future holds. But for simple full-text search, the latest version of htmly already supports it. It's just a matter of how we develop...
Yes, we need a solution for this issue. Besides this, next release we should limit the automatic slug between 80-100 chars.
Sorry but I can't reproduce it. Try to check the error log. It could be a permission issue, make sure the blog URL where you upload the image matches the...
This has been fixed since v3.1.0