Source: My Current Indieweb Setup | Acegiak

Nice blog Ashton, thanks for sharing & making the plugin!  Now that Blogrolls aren’t part of core WordPress, what do you use to manage your Blogroll links?  I’m looking at Link Library, but not sure if compatible…

2 thoughts on “My Current Indieweb Setup | Acegiak

  1. The blogroll is disabled in core now but it’s still there. You can re-enable it with a plugin or a bit of code in your theme’s functions.php

    //Activate the Link Manager built in to the WordPress admin
    add_filter( 'pre_option_link_manager_enabled', '__return_true' );

Have your say!