Status Update Custom Post Type

Adds a Status Update Custom Post Type

Author:Andrew Shell (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.2.1
Plugin version:0.1.2
Added to WordPress repository:31-03-2011
Last updated:07-10-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://blog.andrewshell.org/status-type
Total downloads:871
plugin download
Click to start download

This plugin creates a new custom post type of Status Update

By default a status update does not have a title. You can post a status update with embedded images and html markup if you wish. The excerpt should not have any html in it and by default the plugin will attempt to create a plain text version of your status update.

For example, if your body contains the html: <p>Wow I really love using <a href="http://shll.me/statustype">Status Update Custom Post Type</a>!</p>

It will automatically generate an excerpt of: Wow I really love using Status Update Custom Post Type - http://shll.me/statustype

It will also try to pull the alt or title attributes out of images so: <img src="http://example.com/image.jpg" alt="Example Image" />

Should turn into: Example Image - http://example.com/image.jpg

By default your status updates do not have title, do not generate titles and I remove the title tag from the RSS feeds. This may mean your feeds won't look correct in Google Reader but this is intentional. For more information consult the following post: http://scripting.com/stories/2011/03/15/twitterPostsDontHaveTitles.html#p5574

This plugin also makes sure your status updates show up on the homepage and in your main RSS feed. I don't know if the way I'm doing it will cause problems so please contact me if it interferes with anything your doing. I'm not finding a lot of documentation about this. So for now it's trial and error.