=== Autotitle for Wordpress === Contributors: unalignedcoder Tags: post, posts, title, permalinks, automation, generate Requires at least: 2.3 Tested up to: 2.8.1 Stable tag: 1.0.3 Generates a title upon publishing a post, if no title is given. Optionally works when editing posts as well. It is a must when posting in a hurry. == Description == This plugin gives you the ability to automatically **generate a title for your post**, when upon publishing no title has been given. * The title is generated by the first sentence of the post; * Few simple settings on a dedicated page will allow you to specify the criteria for this to happen (see [screenshot](http://wordpress.org/extend/plugins/autotitle-for-wordpress/screenshots/)); * It naturally influences what the permalink will be like (if you use `%postname%` in it); * You can decide to generate a title also when _editing_ a post, again if the title is deliberately left empty. This plugin is a must if you use Wordpress **posting content in one click and not looking back**, and, in general, if you do not want --or care-- to give titles to your posts, but you want the post permalinks to be a little more meaningful than just numbers. == Installation == 1. Upload `autotitle-for-wordpress.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Check the option page in Settings > Autotitle == Frequently Asked Questions == = No questions so far? = No questions. == Screenshots == 1. The option page. == Changelog == = 1.0.3 = Added a limit setting regardless the presence of a stopper. = 1.0.2 = Fixed a problem with titles being generated when saving drafts even when "enable only when publishing" was selected. = 1.0.1 = Hopefully corrected a problem that would cause the media uploader not to work. Also made minor fixes to the code. = 1.0.0 = the plugin is created.