Is there a way to get Peter's Post Notes to work with custom post types?
Thanks,
Michael
Is there a way to get Peter's Post Notes to work with custom post types?
Thanks,
Michael
Near the top of the plugin file, you should see the following:
// List of post types on which the post notes should be enabled
$ppn_post_types = array();
$ppn_post_types[] = 'post';
$ppn_post_types[] = 'page';
You can add subsequent lines, following the "post" and "page" examples, for other post types.
Great. Thanks!
This topic has been closed to new replies.