Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Sidebar Trouble


modemlooper
Moderator

@modemlooper

Try this go into members/single/home.php go down to bottom and change. If this works then do the same thing on every file listed above.

</div><!-- .padder -->
    </div><!-- #content -->

    <?php locate_template( array'sidebar.php' ), true ) ?>

<?php get_footer() ?>

To

            <?php locate_template( array'sidebar.php' ), true ) ?>

        </div><!-- .padder -->
    </div><!-- #content -->

<?php get_footer() ?>

Skip to toolbar