• Resolved pixilla

    (@pixilla)


    In the sidebar.php there has been no entry for the link widget but it will display. I’ve assumed that all settings are loaded from the bookmark-template.php. I will not change anything in this file, so i have entered follow code in the sidebar.php.

    <li id="links" class="widget-container">
    <h3 class="widget-title"><?php _e( 'Links', 'twentyten' ); ?></h3>
    <ul>
    <?php wp_list_bookmarks('limit=10&orderby=rand'); ?>
    </ul>
    </li>

    Unfortunately there are no changes and on my page are displayed more than 10 links. I do not know why.

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Twenty Ten, Link Widget’ is closed to new replies.