Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    You have the sidebar in the code before the closing </div> from the post area.

    If its your main blog page, it is probably index.php in your theme folder. Near the bottom will be a call to the footer section.

    Move the line that calls the sidebar just above the line that calls the footer.

    Above that will be </div>

    Save the file – that should solve your problem

    Thread Starter janyuill

    (@janyuill)

    Stvwlf,

    OK. I’m in the index.php file. The very last bit of code is:

    <?php endif; ?>
    </div>

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    What do I do with it? If I have understood your message, the sidebar line is above the footer line.

    Jan

    Thread Starter janyuill

    (@janyuill)

    Problem solved by Heather from support!!!

    http://support.wordpress.com/themes/layout-issues/#sidebar

    Thank you again, Heather.

    Jan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with the sidebar – HELP!’ is closed to new replies.