• Here’s a feature request — could this be extended to also work for custom post types? It might require a configuration page for this plugin or some magic with add_post_type_support.

    thanks.

Viewing 1 replies (of 1 total)
  • Open page-links-to.php and find “add_meta_box”

    Underneath that line add:

    add_meta_box( 'page-links-to', 'Page Links To', array( &$this, 'meta_box' ), 'POST TYPE', 'advanced', 'low' );

    Replace “POST TYPE” with the name of your custom post type. Save.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Page Links To] Feature request: custom post types’ is closed to new replies.