help with sidebar code
-
I added the functions.php to the folder… now I have the WIDGETS available for my sidebar, but not matter what widgets I put in, it still shows the same stuff in the sidebar, im guessing the code has been hardcoded to only use those certain things in the sidebar… can someone help edit it so it uses what I put in the widgets section in my sidebar?
code is ————–
<div class=”sidebar”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘bottom_left’) ) : ?>- <li class=”listHeader”><h2><?php _e(‘Latest’); ?></h2>
<?php wp_get_archives(‘type=postbypost&limit=6’); ?><?php endif; ?>
</div><div class=”sidebar”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘bottom_right’) ) : ?>- <li class=”listHeader”><h2><?php _e(‘Meta’); ?></h2>
- <?php wp_loginout(); ?>
- Valid <abbr title=”eXtensible HyperText Markup Language”>XHTML</abbr>
- Valid CSS
- <abbr title=”XHTML Friends Network”>XFN</abbr>
<?php wp_register(); ?><?php wp_meta(); ?>
<?php endif; ?>
</div><div class=”sidebar”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘bottom_center’) ) : ?>
<ul class=”icons”><li class=”listHeader”><h2><?php _e(‘Subscribe’); ?></h2>- ” title=”Posts RSS feed” class=”iconrss”>rss posts
- ” title=”Posts RSS feed” class=”iconrss”>rss comments
<?php endif; ?>
</div>
————————————
thanks in advance! -
You are in the wrong forum and need to be over at WordPress.org. We don’t have php access here, so we won’t be able to help you.
- The topic ‘help with sidebar code’ is closed to new replies.