• Hello I am trying a new theme for my site https://earlymodernengland.com/ but I am having trouble getting the sidebar and its widgets to show up properly. On regular posts I can get only the two widgets to appear on sidebar and on the home page they appear in some random place below my content. Any ideas on what I need to do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • On your home page, your sidebar is not within your wrapper div. Moving that within your wrapper should fix it.

    Thread Starter Medievalists

    (@medievalists)

    Thank you for the help. I was able to get that done by moving the code on the home.php file like this:

    </div>
    <?php get_sidebar(); ?>
    <?php arras_below_content() ?>

    </div><!– #content –>

    <?php get_footer(); ?>

    I tried the same thing with another website, but it is not working for that https://www.americancivilwar.ca/

    What am I doing wrong?

    Thread Starter Medievalists

    (@medievalists)

    Also, one more thing – I am only able to add two widgets to the primary sidebar – if I add any more they appear below the post or page. How can I add more widgets?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trying to get sidebars to show up properly’ is closed to new replies.