|
|
|
|
|
|
|
![]() |
#1 |
If something's hard to do, then it's not worth doing
Join Date: Oct 2005
Posts: 249
|
on mine (WP 2.0 default) I had to change the class from widecolumn to
<div id="content" class="narrowcolumn"> at the top of single.php otherwise it put the sidebar on the bottom...and thanks for the tip Baxter, I had been wondering the same thing myself!
__________________
"TGP2 Queen" and yes, still crazy! My TGP2 articles on right hand side |
![]() |
![]() |
![]() |
#2 |
Are you sure you're an accredited and honored pornographer?
Join Date: Jul 2005
Posts: 64
|
Thanks for the responses guys. The problem is that the sidebar when it is on any page other than the frontpage, it does not display the links to other sites. It only displays the categories and etc.
I think it is because of this section of the code: <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> <?php get_links_list(); ?> Any ideas as to what I should change the <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> to - so that it will get it to display on more pages than just the frontpage?? Thanks again in advance. |
![]() |
![]() |
![]() |
#3 |
Oh no, I'm sweating like Roger Ebert
|
I think you just need to remove it
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> at least the template for my new project doesn't have that line and does have links on every page. |
![]() |
![]() |
![]() |
|
|