Bligblog Page-sidebar question
-
I’ve got BligBlog installed and I’d like to get the contents of the sidebar to be visible on ALL pages, but currently, the “Activity” and “Pages” are all that show.
Normally, I’ve found that’s because there’s a php code of “if home” or something like that, but this sidebar doesn’t have anything like that.
</li><!-- End of Pages -->
<li><!-- Categories -->
<h2><?php _e('Categories'); ?></h2>
<ul>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
</li><!-- End of Categories -->
<li><!-- Links -->
<h2><?php _e('Links'); ?></h2>
<ul>
<?php get_links(-1, '<li>', '</li>', '', TRUE, 'url', FALSE); ?>
</ul>
</li><!-- End of Links -->
<li><!-- Archives -->
<h2><?php _e('Archives'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li><!-- End of Archives -->HELP!
- The topic ‘Bligblog Page-sidebar question’ is closed to new replies.