=== Simple Post Notes === Contributors: Kubitomakita Tags: post, page, custom post type, cpt, note, notes, informations, info Requires at least: 3.6 Tested up to: 4.8 Stable tag: 1.7 Adds simple notes to post, page and custom post type edit screen. == Description == = Features = * Simple note section on the post edit screen * Sortable note column in posts table * Bulk / Quick edit support * Shortcode which will display the note on the front end * Ability to change the "Note" title and add a help text for editors Cover photo [designed by Freepik](http://www.freepik.com) == Frequently Asked Questions == = Custom post type are supported? = Yes! Enable them on the plugin settings screen. = Can I display my note on the front-end? = Yes. Use the `[spnote]` shortcode. You can also pass optional parameter with post ID: `[spnote id="123"]` to display note from other post. By default it's grabbing current post. = Can I disable display of admin column? = Yes, by a simple filter. Use: `add_filter( 'spn/columns-display', '__return_false' );` To disable SPN column for all post types Or use `add_filter( 'spn/columns-display/POST_TYPE_SLUG', '__return_false' );` To disable SPN column only for specific post type == Screenshots == 1. Post Note area 2. Post Note in Posts table 3. Settings == Changelog == = 1.7 = * [Added] Ability to change the "Note" title and add a help text for editors = 1.6 = * [Added] Support for quick and bulk edit * [Added] Shortcode [sponote] = 1.5 = * [Fixed] Bug with duplicated post notes for custom post type * [Changed] Translation. Now it's managed via repository = 1.4 = * Added German translation thanks to Michael Köther = 1.3 = * Note column in the posts table is now sortable = 1.2.2 = * Added Spanish translation thanks to Alfonso Frachelle = 1.2.1 = * Added filter to prevent displaying post note column = 1.1.0 = * Added Note to admin column = 1.0.0 = * Release == Upgrade Notice == = 1.0.0 = Release