Meta
Fetch del.icio.us Bookmarks in WordPress
Mar 20th
Posted by Klaus Kjeldsen in Meta
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.
Welcome to my new blog
Feb 19th
Posted by Klaus Kjeldsen in Meta
Well, this is yet another blog on the web. This one it mostly concerning stuff and technical issues I work or play with according to my work, my education, or simply my spare time. In general the blog entries can be considered as a check list of things to remember; configurations, scripts, how-to’s, interesting topics, news, seo, etc.
So if someone is wondering what the blog is all about – you got your answer.





