To do this, first customize your category template. Edit the code for the template and find the block of code that looks like this:
Code:
{{if cosmos_url}}
| <a href="{{cosmos_url}}">Cosmos</a>
{{/if}}
| <a href="{{cosmos_url}}">Cosmos</a>
{{/if}}
After that code, copy and paste the following:
Code:
| <a href="http://del.icio.us/post?url={{permalink_url}}&title={{if title}}{{var name=title escape=html}}{{else}}Untitled{{/if}}" target="_blank">Post to del.icio.us!</a>
Save your changes. You should now see a link next to your Permalink and Cosmos (if enabled) links in the category view. Repeat this change for the article template. The code to find and to add is the same in both templates.











Logged
