Works great!
-
Integrates seamlessly into the edit page. Very easy to add support for your custom post types by editing the following in peters_post_notes.php:
// List of post types on which the post notes should be enabled
$ppn_settings[‘post_types’] = array( ‘post’, ‘page’, ‘yourCustomPostType’ );
- The topic ‘Works great!’ is closed to new replies.