Forums » Plugins » My Link Order

  • Can anyone point me in the right direction to take off the numbers that appear after the link when using the My Link Order plugin?

    It’s meant to not show when set to 0 but still is.

    Have had a good look through the forum as well as experimenting editing the code.

    Any ideas would be very helpful 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter musik

    (@musik)

    OK I found out its actually the RATING of the link which is showing up. Does anyone know where I can edit this out so it doesn’t appear?

    <!--  START LINKS LIST  -->
    <li id="linkcat-1"><h2>Links:</h2>
    <ul class="side_bar_items">
    <?php get_links('-1', '<li>', '</li>', '<br />', FALSE, 'id', TRUE, TRUE, -1, TRUE); ?>
    </ul>
    <!--  END LINKS LIST  -->

    I think it’s somewhere in this line…

    <?php get_links('-1', '<li>', '</li>', '<br />', FALSE, 'id', TRUE, TRUE, -1, TRUE); ?>

    look at the parameters on the codex page — they are no different.

    http://codex.wordpress.org/Template_Tags/get_links

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My Link Order’ is closed to new replies.