• 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

Viewing 1 replies (of 1 total)
  • The code is on the single.php file near the middle after the loop.
    It probably looks like this

    <ul>
    <li><a href="https://digg.com/submit?phase=2&amp;url=<?php echo urlencode(get_permalink()) ?>">[+] Digg</a>: Feature this article</li>
    <li><a href="https://del.icio.us/post?url=<?php echo urlencode(get_permalink()) ?>&amp;title=<?php echo urlencode( get_the_title() ) ?>">[+] Del.icio.us</a>: Bookmark this article</li>
    <li><a href="https://www.furl.net/store?s=f&amp;to=0&amp;ti=<?php echo urlencode(get_permalink()) ?>&amp;t=<?php echo urlencode( get_the_title() ) ?>">[+] Furl</a>: Bookmark this article</li>
    </ul>

    Just remove everything including the <ul></ul>

Viewing 1 replies (of 1 total)
  • The topic ‘How can I remove the Digg links on each article?’ is closed to new replies.