Just paste this code into your functions.php file, and you’re done!
<?php //Activate the Link Manager built in to the WordPress admin add_filter( 'pre_option_link_manager_enabled', '__return_true' ); ?>
Thanks to Tim Berneman for this tip!
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Just paste this code into your functions.php file, and you’re done!
<?php //Activate the Link Manager built in to the WordPress admin add_filter( 'pre_option_link_manager_enabled', '__return_true' ); ?>
Thanks to Tim Berneman for this tip!