=== Plugin Name === Contributors: tzavdesign Donate link: http://www.tzav.fr/ Tags: author, post author, page author, content, date, publication date, update, editing date, revision date Requires at least: 2.7 Tested up to: 2.8.5 Stable tag: 0.2 Adds the name of author at the bottom of the content (post/page), plus optional publishing/editing date, with a per-post hide option for exceptions. == Description == This simple plugin adds publication information at the bottom of the content of a post or a page: * Name of the author of the post or page * Date of first publication * Date of last revision It is flexible and offers the following options in the admin menu: * Write your own label before and after the name of the author: e.g. `Contributed by` Author Name `for OurNewsBlog` * Date of 1st publication is optional, and supports surrounding text like above * Date of last revision is optional, and only displays if different from the publication date, with surrounding text * Display the information on post or page or both * Add an optional link on the name to the author's Wordpress bio/posts page * Specific per-post/per-page exception: hide the information on any post and page you want! The plugin is initially intended for very small to much larger multi-author blogs (newspaper, magazine, webzine, collaborative publications, communities...) when an article is supposed to be signed by its author and not remain anonymous, as commonly expected in journalism and publishing. * Lastly, information is displayed in nested `div` and `span` so it is CSS ready, just up to you to do the styling to your taste. See the screenshots. * Integrates great with qTranslate for multilingual or international blogs, using [Quicktags](http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3&p=15#p15) *Important notice*: I am no developer and this is my first plugin. I hope those of you who will download it will send me some feedback here so as to know what works and what doesn't, **fix bugs**, and help **translate** the plugin as well. == Installation == 1. Upload `post-author` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to the 'Settings' menu and choose 'Post Author' to check the options 1. Optionally, go to a particular post or page edit window and check the 'Hide' option in the 'Author' box, if you want to disable the plugin on a specific post or page. == Frequently Asked Questions == = Where is the support? = Support, feedback, help, exchange and all community stuff [should happen here](http://wordpress.org/support/topic/325398 "Support for Post Author Plugin") - reply to this thread as there is no website or page for this project other than this one here on Wordpress. If for some reason you need to start a new thread with the appropriate tags, [it's here](http://wordpress.org/tags/post-author?forum_id=10#postform). Don't forget to rate this plugin, especially if you like it! = Have you had questions asked yet? = Nope, still waiting... == Screenshots == 1. This is what Post Author can look like on your blog. 2. Another example of Post Author with different options and different styling. 3. The admin page of Post Author with the options available. 4. The post/page edit section with the Post Author plugin implement. == Changelog == = Information = * Not tested on WP < 2.7 = TO-DO = * Depending on feedback, think of integration with single-post multi-author plugins * Choice in the order of information (author, publication date, revision date) = 0.2 = * Bug fix : broken admin meta box in page-new.php, when creating a new page. = 0.1 = * Initial release.