• This is what I’ve put in my sidebar.php:

    <div class="widget_style2" id="links_with_style">
        <h2 class="h3">Kaira Links</h2>
        <ul>
          <?php get_links('2', '<li>', '</li>', '<br />', FALSE, 'name', TRUE, TRUE, -1, TRUE, TRUE); ?>
        </ul>
      </div>
      <div class="widget_style2" id="links_with_style">
        <h2 class="h3">OMY Links</h2>
        <ul>
          <?php get_links('701', '<li>', '</li>', '<br />', FALSE, 'name', TRUE, TRUE, -1, TRUE, TRUE); ?>
        </ul>
      </div>

    …and two sets of blogroll appeared. Here’s the link to the website: https://blog.omy.sg/kairagong/ Is there any thing wrong with my codes?

    Any help will be much appreciated. =)

  • The topic ‘Duplicated Blogroll in sidebar’ is closed to new replies.