Viewing 2 replies - 1 through 2 (of 2 total)
  • The problem is that your theme, Artificial Intelligence 1.1, is using a blogroll function that is deprecated in WordPress 2.5.

    Open the theme’s sidebar.php template file in a text editor, and replace the following lines

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

    with this:

    <?php wp_list_bookmarks(array('title_li' => 'Links', 'categorize' => 0, 'category_before' => '', 'category_after' => '')) ?>

    Thread Starter alfie

    (@drtanz)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Zero number below blogroll links’ is closed to new replies.