Viewing 1 replies (of 1 total)
  • If you just want to see latest note for pages in the admin column and don’t care about being able to switch them on/off in settings and other fancy stuff, add this

            add_filter( 'manage_pages_columns', array( 'ppnFunctionCollection', 'notes_column_header' ) );
        add_action( 'manage_pages_custom_column', array( 'ppnFunctionCollection', 'notes_column_content' ) );

    after line 1173 in peters_post_notes.php

Viewing 1 replies (of 1 total)
  • The topic ‘Feature request: add Latest note column to Pages’ is closed to new replies.