How to Activate the Link Manager in WordPress
Add the following to functions.php file //Brings back the link manager in Wordpress add_filter( 'pre_option_link_manager_enabled', '__return_true' ); To get the links to show up on your page add this to…