Hello,
I want my blog to display its sidebar contents consistently on all pages. As of now, they're only showing up on my home page (my blog posts). Subsequent static pages are only showing part of the sidebar.
I tried the solution from this topic but I am unclear about how to do it.
My site is here and I pasted my sidebar code here.
I'm guess it has something to do with <?php if(is_home()) {?>, or adding to it so WP knows to include all pages, not just home.
I greatly appreciate any help.
moose