• Ever since I messed with my right sidebar code, my whole site is messed up. Below i s my current right sidebar code. Is there something I’m missing that would screw up the site?

    Thanks in advance!

    <div id="sidebar-b">
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
    
    <!-- sidebar -->
    <h2><?php _e('Meta:'); ?> </h2>
    
    <ul>
    <?php wp_register(); ?>
    <<?php wp_meta(); ?>>
    </ul>
    <?php endif; ?>
    </div>
    
    <!-- end sidebar -->
Viewing 2 replies - 1 through 2 (of 2 total)
  • <<?php wp_meta(); ?>>

    Double brackets? Anything get better if you fix that?

    Thread Starter richg30

    (@richg30)

    I got rid of the double brackets and nothing changed. My site is crunchyparent.com and as you will see the right sidebar is gone and the main section has moved to the left sidebar and gotten rid of that sidebar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘missing sidebar code?’ is closed to new replies.