Help with Blix 0.9
-
Ok guys. Blix 09 is a good theme exept one problem. The sidebar. The sidebar has codes for the main page (sidebar), post (sidebar), and archives (sidebar). Their all diffrent. Instead of copying and pasteing my homepage/mainpage sidebar to the post sidebar and archives, I want all 3 sidebars to be the same. How do I do it?
Heres the code:
<?php if (is_page("archives") || is_archive() || is_search()) { ?>
Sidebar is here.
<?php if (!is_page("archives")) { ?>
<My sidebar is in archives la la al la.
<?php } ?><?php if (is_single()) { ?>
My sidebar is in a post la la la la.
<?php } ?>
<?php if (is_page("archives") || is_archive() || is_search()) { ?>
My sidebar is here in archives la la la la.
Well, Its something like that. If you dont know the full code and stuff, download blix 0.9 and look at the sidebar. I want my mainpage sidebar to be on all sidebars. How do I do that? Do I remove the
<?php if (Is_page
code thing and<?php } ?>
or something and stuff? I did. but got errors. Please be specific. Thanks.
<?php } ?>
- The topic ‘Help with Blix 0.9’ is closed to new replies.