Washerhelp
Member
Posted 4 years ago #
Hello, I don't fully understand the potential advantages of the following links but unless you think I would be daft to - I'd like to remove them but can't find them in the code -
[+] Digg: Feature this article
[+] Del.icio.us: Bookmark this article
[+] Furl: Bookmark this article
The code is on the single.php file near the middle after the loop.
It probably looks like this
<ul>
<li><a href="http://digg.com/submit?phase=2&url=<?php echo urlencode(get_permalink()) ?>">[+] Digg</a>: Feature this article</li>
<li><a href="http://del.icio.us/post?url=<?php echo urlencode(get_permalink()) ?>&title=<?php echo urlencode( get_the_title() ) ?>">[+] Del.icio.us</a>: Bookmark this article</li>
<li><a href="http://www.furl.net/store?s=f&to=0&ti=<?php echo urlencode(get_permalink()) ?>&t=<?php echo urlencode( get_the_title() ) ?>">[+] Furl</a>: Bookmark this article</li>
</ul>
Just remove everything including the <ul></ul>