Medievalists
Member
Posted 7 months ago #
Hello I am trying a new theme for my site http://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?
Michael Arestad
Member
Posted 7 months ago #
On your home page, your sidebar is not within your wrapper div. Moving that within your wrapper should fix it.
Medievalists
Member
Posted 7 months ago #
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 http://www.americancivilwar.ca/
What am I doing wrong?
Medievalists
Member
Posted 7 months ago #
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?