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.
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.
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.
This topic has been closed to new replies.