alienbabeltech
Member
Posted 3 years ago #
Here's my blog
http://alienbabeltech.com/main/
How do I make the sidebar display on the right on all the pages ?
Using pixeled theme 1.1. tried putting the
<?php get_sidebar(); ?>
before the footer code in single.php page, but the sidebar got displayed at the bottom.
How do i make it display on the right like on the front page.
Hi
I am looking at the code for pixeled 1.9.2 - these are the last few lines in single.php
</div> <!-- Closes contentwrapper-->
<?php get_sidebar(); ?>
<div class="cleared"></div>
</div><!-- Closes Main -->
<?php get_footer(); ?>
Unless your theme has really been hacked, you should be able to put the sidebar line in the same place in your version, and in a similar place in the other theme template files.
alienbabeltech
Member
Posted 3 years ago #
WOOT ! that did it. thanks . BIG day for my site.