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…
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' );
[…] previous posts advocating the indieweb, sadly I need to trim down my WordPress plugin experience. This is mainly […]