• The first thing I notice in Sidebar.php is this code that I think creates the search text box and search button in the sidebar.

    <?php get_search_form(); ?>

    Directly after that I see this:

    <?php wp_get_archives( 'type=monthly' ); ?>

    The problem I have is that if I look at my sidebar there is an area “Recent Posts” and “Recent Comments” that come before the area “Archives”. Why do those areas seem to be missing from sidebar.php?
    What I am working with is TwentyTen theme all defaults. Nothing is custom yet.

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘TwentyTen them (Sidebar.php).’ is closed to new replies.