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!

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)