Support » Plugin: Peter's Post Notes » [Plugin: Peter's Post Notes] Custom Post Types support?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Peter

    (@pkthree)

    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.

    Thread Starter mpmchugh

    (@mpmchugh)

    Great. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Peter's Post Notes] Custom Post Types support?’ is closed to new replies.