Include the code below in your active WordPress template, where you want the del.icio.us bookmarks to be displayed.
- <?php
- require_once(ABSPATH . WPINC . "/rss.php");
- // fetches and returns ul with 10 bookmarks from url
- wp_rss("http://del.icio.us/rss/klauskjeldsen", 10);
- ?>
Another approach is using the Automattic Sidebar Widget, which features replacing the content of the sidebar.