On this page you can import your blogroll.

  1. Go to Blogrolling.com and sign in. Once you've done that, click on Get Code, and then look for the OPML code.
  2. Select that and copy it into the box below.
    Your OPML code:
  3. Now select a category you want to put these links in.
    Category:

Importing...

You need to supply your OPML url. Press back on your browser and try again

\n"; } else { $opml = implode('', file($opml_url)); preg_match_all('//', $opml, $items); $names = $items[1]; $types = $items[2]; $urls = $items[3]; $titles = $items[4]; $targets = $items[5]; $link_count = count($names); for ($i = 0; $i < $link_count; $i++) { if ('Last' == substr($titles[$i], 0, 4)) $titles[$i] = ''; if ('http' == substr($titles[$i], 0, 4)) $titles[$i] = ''; //echo "INSERT INTO $tablelinks (link_url, link_name, link_target, link_category, link_description, link_owner) VALUES('{$urls[$i]}', '{$names[$i]}', '{$targets[$i]}', $cat_id, '{$titles[$i]}', \$user_ID)
\n"; $query = "INSERT INTO $tablelinks (link_url, link_name, link_target, link_category, link_description, link_owner) VALUES('{$urls[$i]}', '".addslashes($names[$i])."', '{$targets[$i]}', $cat_id, '".addslashes($titles[$i])."', $user_ID)\n"; $result = $wpdb->query($query); echo "

Inserted {$names[$i]}

"; } ?>

Inserted links into category . All done! Go manage those links.