Forums

How can I remove the Digg links on each article? (2 posts)

  1. 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

  2. Jeremy Clark
    Moderator
    Posted 4 years ago #

    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&amp;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()) ?>&amp;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&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>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.