Maybe this can fix your problem..
Step by step solution to fix blogroll issue in WordPress 3.5
(from http://www.shoutgeek.com/enable-blog...nks-wordpress/)
- First go to wordpress admin area by your-blog-name.com/wp-login.php
- Now On left Sidebar go to Appearance section and click on Editor which gives access to all wordpress files.
- Edit functions.php(Theme Option File) and simply place below code anywhere in file
Code:
add_filter( 'pre_option_link_manager_enabled', '__return_true' );
Your Blogroll links now start appearing on wordpress admin area and you can use Links functionality like your previous version of wordpress.
.