Blog Building 101

How to make a blog network

Tuesday, March 12, 2013

How to enable the Blogroll in new versions of Wordpress

The developers removed the Blogroll from the user interface but the functionality is still part of the Wordpress core so you can easily turn it back on. Add this to your functions.php file in your theme to enable it:

add_filter( 'pre_option_link_manager_enabled', '__return_true' );