Forums

My Link Order (3 posts)

  1. musik
    Member
    Posted 4 years ago #

    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 :)

  2. musik
    Member
    Posted 4 years ago #

    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); ?>
  3. whooami
    Member
    Posted 4 years ago #

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

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

Topic Closed

This topic has been closed to new replies.

About this Topic