Restore blogroll function for your WordPress


Found some features were missing after upgraded my blog to the latest version, WordPress v4.0, such as blogrolls.
Tried to find it all over the dashboard, but got no luck.
So I turned to the almighty Google, finally got the solution, and it’s really easy. All you need to do is adding the following code to the end of functions.php of your theme:

add_filter('pre_option_link_manager_enabled','__return_true');

 

 

Leave a comment

Your email address will not be published. Required fields are marked *