Wordpress plugins
Notely

Notely

Version : 1.3
Tested up to : 4.2.16
Number of download : 4314
Author : Michael Ott
Average rating : 5 / 5 on 9 votes 9 votes, 5 avg.rating

Screenshots

Notely
Notely
Notely
Notely

For when you might want to make notes on a post, page or product in WordPress admin, this plug-in simply allows that. If you also want to have the notes to be displayed on the front-end, a little PHP will do the trick. This will show the notes for the page/post/product you are currently viewing: if (post_custom('notely')) { echo get_post_meta($post->ID, 'notely', true); } else { echo "No notes here."; } Uninstall Deactivate the plugin, delete if desired. Deactivating does not delete existing notes from the database, so if you reactivate the plug-in later all your notes will be restored. Official website and support Notely at WordPress

Download now