View Single Post
Old 01-23-2013, 10:23 AM  
itto
Confirmed User
 
itto's Avatar
 
Industry Role:
Join Date: Jul 2006
Location: world wide
Posts: 1,363
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.




.
__________________
itto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote